diff --git a/Info.plist b/Info.plist index 94d9bba..335b877 100644 --- a/Info.plist +++ b/Info.plist @@ -19,7 +19,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.0.18 + 0.0.20 CFBundleVersion 18 NSPrincipalClass diff --git a/package-lock.json b/package-lock.json index 398aa87..feff7e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tiddlydesktop", - "version": "0.0.18", + "version": "0.0.20", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tiddlydesktop", - "version": "0.0.18", + "version": "0.0.20", "license": "BSD", "dependencies": { "tiddlywiki": "github:Jermolene/TiddlyWiki5" diff --git a/package.json b/package.json index 67b85d1..9970465 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tiddlydesktop", - "version": "0.0.18", + "version": "0.0.20", "author": "Jeremy Ruston ", "description": "a desktop application for TiddlyWiki", "contributors": [ diff --git a/source/package.json b/source/package.json index 52551e7..66945de 100644 --- a/source/package.json +++ b/source/package.json @@ -10,6 +10,6 @@ "min_width": 700, "min_height": 500 }, - "version": "0.0.18", + "version": "0.0.20", "chromium-args": "--mixed-context --enable-spell-checking --allow-file-access-from-files --allow-file-access --allow-file-cookies --disable-features='SuppressDifferentOriginSubframeJSDialogs'" } \ No newline at end of file