Skip to content

Commit d69d073

Browse files
committed
Prepare for v0.0.16
1 parent aebd59d commit d69d073

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>0.0.15</string>
22+
<string>0.0.16</string>
2323
<key>CFBundleVersion</key>
2424
<string>15</string>
2525
<key>NSPrincipalClass</key>

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tiddlydesktop",
3-
"version": "0.0.15",
3+
"version": "0.0.16",
44
"author": "Jeremy Ruston <[email protected]>",
55
"description": "a desktop application for TiddlyWiki",
66
"contributors": [

source/package.json

+1-1
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.15",
13+
"version": "0.0.16",
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)