Skip to content

Commit ef7302f

Browse files
Bump version to 0.15.1
1 parent ac5caf2 commit ef7302f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

osx/goxel/goxel/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.15.0</string>
20+
<string>0.15.1</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>9</string>
24+
<string>10</string>
2525
<key>LSApplicationCategoryType</key>
2626
<string>public.app-category.productivity</string>
2727
<key>LSMinimumSystemVersion</key>

src/goxel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
#include <stdlib.h>
7878
#include <string.h>
7979

80-
#define GOXEL_VERSION_STR "0.15.0"
80+
#define GOXEL_VERSION_STR "0.15.1"
8181
#ifndef GOXEL_DEFAULT_THEME
8282
# define GOXEL_DEFAULT_THEME "dark"
8383
#endif

0 commit comments

Comments
 (0)