We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c754551 commit 2c5c352Copy full SHA for 2c5c352
src/mac/app-Info.plist
@@ -19,7 +19,7 @@
19
<key>CFBundlePackageType</key>
20
<string>APPL</string>
21
<key>CFBundleShortVersionString</key>
22
- <string>0.9.2</string>
+ <string>0.10.0</string>
23
<key>NSPrincipalClass</key>
24
<string>NSApplication</string>
25
<key>LSMinimumSystemVersion</key>
src/nw_version.h
@@ -22,9 +22,9 @@
#define NW_VERSION_H
#define NW_MAJOR_VERSION 0
-#define NW_MINOR_VERSION 9
26
-#define NW_PATCH_VERSION 2
27
-#define NW_VERSION_IS_RELEASE 1
+#define NW_MINOR_VERSION 10
+#define NW_PATCH_VERSION 0
+#define NW_VERSION_IS_RELEASE 0
28
29
#ifndef NW_STRINGIFY
30
#define NW_STRINGIFY(n) NW_STRINGIFY_HELPER(n)
0 commit comments