diff --git a/package-lock.json b/package-lock.json index 5179c48f..153cb6bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "TiddlyGit", - "version": "0.4.3-a2", + "version": "0.4.3-a3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 98a4cb5f..7b316107 100755 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "TiddlyGit", "productName": "TiddlyGit", "description": "Customizable personal knowledge-base with Github as unlimited storage and blogging platform.", - "version": "0.4.3-a2", + "version": "0.4.3-a3", "license": "MPL 2.0", "scripts": { "start": "npm run clean && npm run start-without-clean",