Skip to content

Commit 5203e3e

Browse files
committed
Prepare for v0.0.18
1 parent 1a448ce commit 5203e3e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>0.0.17</string>
22+
<string>0.0.18</string>
2323
<key>CFBundleVersion</key>
24-
<string>15</string>
24+
<string>18</string>
2525
<key>NSPrincipalClass</key>
2626
<string>NSApplication</string>
2727
<key>NSHumanReadableCopyright</key>

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tiddlydesktop",
3-
"version": "0.0.17",
3+
"version": "0.0.18",
44
"author": "Jeremy Ruston <jeremy@jermolene.com>",
55
"description": "a desktop application for TiddlyWiki",
66
"contributors": [

source/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"min_width": 700,
1111
"min_height": 500
1212
},
13-
"version": "0.0.17",
13+
"version": "0.0.18",
1414
"chromium-args": "--mixed-context --enable-spell-checking --allow-file-access-from-files --allow-file-access --allow-file-cookies --disable-features='SuppressDifferentOriginSubframeJSDialogs'"
1515
}

0 commit comments

Comments
 (0)