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 f2de859 commit b34e91dCopy full SHA for b34e91d
src/mac/app-Info.plist
@@ -19,7 +19,7 @@
19
<key>CFBundlePackageType</key>
20
<string>APPL</string>
21
<key>CFBundleShortVersionString</key>
22
- <string>0.12.1</string>
+ <string>0.12.3</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 12
26
-#define NW_PATCH_VERSION 2
+#define NW_PATCH_VERSION 3
27
#define NW_VERSION_IS_RELEASE 1
28
29
#ifndef NW_STRINGIFY
0 commit comments