Skip to content

Commit e5a6011

Browse files
committed
bump version to 0.8.6
1 parent 6baf3a8 commit e5a6011

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/mac/app-Info.plist

Lines changed: 1 addition & 1 deletion
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.8.5</string>
22+
<string>0.8.6</string>
2323
<key>NSPrincipalClass</key>
2424
<string>NSApplication</string>
2525
<key>LSMinimumSystemVersion</key>

src/nw_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
#define NW_MAJOR_VERSION 0
2525
#define NW_MINOR_VERSION 8
26-
#define NW_PATCH_VERSION 5
26+
#define NW_PATCH_VERSION 6
2727
#define NW_VERSION_IS_RELEASE 1
2828

2929
#ifndef NW_STRINGIFY

0 commit comments

Comments
 (0)