0.1.1 First Alpha Release (Fix of Fix)

This commit is contained in:
tiddlygit-test 2020-07-20 02:34:52 +08:00
parent 5a7ef42fda
commit 40c43a6e8d
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ baseurl: "" # the subpath of your site, e.g. /blog
url: "https://singleboxapp.com" # the base hostname & protocol for your site, e.g. http://example.com
# Custom
singlebox_version: 0.1.0
singlebox_version: 0.1.1
# Build settings
markdown: kramdown

View file

@ -1,7 +1,7 @@
{
"name": "TiddlyGit",
"description": "Customizable personal knowledge-base with Github as unlimited storage and blogging platform.",
"version": "0.1.0",
"version": "0.1.1",
"main": "public/electron.js",
"scripts": {
"electron-dev": "npm run clean:dev && concurrently \"cross-env BROWSER=none npm run start\" \"wait-on http://localhost:3000 && electron .\" -k",