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 ac5caf2 commit ef7302fCopy full SHA for ef7302f
osx/goxel/goxel/Info.plist
@@ -17,11 +17,11 @@
17
<key>CFBundlePackageType</key>
18
<string>APPL</string>
19
<key>CFBundleShortVersionString</key>
20
- <string>0.15.0</string>
+ <string>0.15.1</string>
21
<key>CFBundleSignature</key>
22
<string>????</string>
23
<key>CFBundleVersion</key>
24
- <string>9</string>
+ <string>10</string>
25
<key>LSApplicationCategoryType</key>
26
<string>public.app-category.productivity</string>
27
<key>LSMinimumSystemVersion</key>
src/goxel.h
@@ -77,7 +77,7 @@
77
#include <stdlib.h>
78
#include <string.h>
79
80
-#define GOXEL_VERSION_STR "0.15.0"
+#define GOXEL_VERSION_STR "0.15.1"
81
#ifndef GOXEL_DEFAULT_THEME
82
# define GOXEL_DEFAULT_THEME "dark"
83
#endif
0 commit comments