Skip to content

Commit f60c399

Browse files
committed
Prepare for prerelease of v0.0.17
1 parent 0de851f commit f60c399

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>0.0.16</string>
22+
<string>0.0.17</string>
2323
<key>CFBundleVersion</key>
2424
<string>15</string>
2525
<key>NSPrincipalClass</key>
2626
<string>NSApplication</string>
2727
<key>NSHumanReadableCopyright</key>
28-
<string>Copyright © Jeremy Ruston 2004-2021</string>
28+
<string>Copyright © Jeremy Ruston 2004-2023</string>
2929
<key>LSApplicationCategoryType</key>
3030
<string>public.app-category.productivity</string>
3131
<key>LSApplicationSecondaryCategoryType</key>

package-lock.json

Lines changed: 2 additions & 2 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.16",
3+
"version": "0.0.17-prerelease.1",
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.16",
13+
"version": "0.0.17-prerelease.1",
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)