We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaa97b0 commit 0eebc7cCopy full SHA for 0eebc7c
src/mac/app-Info.plist
@@ -19,7 +19,7 @@
19
<key>CFBundlePackageType</key>
20
<string>APPL</string>
21
<key>CFBundleShortVersionString</key>
22
- <string>0.10.3</string>
+ <string>0.10.4</string>
23
<key>NSPrincipalClass</key>
24
<string>NSApplication</string>
25
<key>LSMinimumSystemVersion</key>
src/nw_version.h
@@ -23,7 +23,7 @@
#define NW_MAJOR_VERSION 0
#define NW_MINOR_VERSION 10
26
-#define NW_PATCH_VERSION 3
+#define NW_PATCH_VERSION 4
27
#define NW_VERSION_IS_RELEASE 1
28
29
#ifndef NW_STRINGIFY
0 commit comments