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 9d8b792 commit ba4f09fCopy full SHA for ba4f09f
src/mac/app-Info.plist
@@ -19,7 +19,7 @@
19
<key>CFBundlePackageType</key>
20
<string>APPL</string>
21
<key>CFBundleShortVersionString</key>
22
- <string>0.8.6</string>
+ <string>0.8.7</string>
23
<key>NSPrincipalClass</key>
24
<string>NSApplication</string>
25
<key>LSMinimumSystemVersion</key>
src/nw_version.h
@@ -23,8 +23,8 @@
#define NW_MAJOR_VERSION 0
#define NW_MINOR_VERSION 8
26
-#define NW_PATCH_VERSION 6
27
-#define NW_VERSION_IS_RELEASE 1
+#define NW_PATCH_VERSION 7
+#define NW_VERSION_IS_RELEASE 0
28
29
#ifndef NW_STRINGIFY
30
#define NW_STRINGIFY(n) NW_STRINGIFY_HELPER(n)
0 commit comments