Skip to content

Commit 0eebc7c

Browse files
committed
bump version to 0.10.4
1 parent eaa97b0 commit 0eebc7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/mac/app-Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>0.10.3</string>
22+
<string>0.10.4</string>
2323
<key>NSPrincipalClass</key>
2424
<string>NSApplication</string>
2525
<key>LSMinimumSystemVersion</key>

src/nw_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
#define NW_MAJOR_VERSION 0
2525
#define NW_MINOR_VERSION 10
26-
#define NW_PATCH_VERSION 3
26+
#define NW_PATCH_VERSION 4
2727
#define NW_VERSION_IS_RELEASE 1
2828

2929
#ifndef NW_STRINGIFY

0 commit comments

Comments
 (0)