diff --git a/package-lock.json b/package-lock.json index 6929aff3b..bda6c54de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "TiddlyGit", - "version": "0.4.1-a14", + "version": "0.4.1-a15", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 198d8b01e..c874ee151 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.1-a14", + "version": "0.4.1-a15", "license": "MPL 2.0", "scripts": { "start": "npm run clean && npm run start-without-clean",