From ef7302fda2acde3e414a3e0493b5bac1d4221078 Mon Sep 17 00:00:00 2001 From: Guillaume Chereau Date: Sun, 28 Jul 2024 12:47:03 +0800 Subject: [PATCH] Bump version to 0.15.1 --- osx/goxel/goxel/Info.plist | 4 ++-- src/goxel.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/osx/goxel/goxel/Info.plist b/osx/goxel/goxel/Info.plist index 546a9d8c0..19f7e61d8 100644 --- a/osx/goxel/goxel/Info.plist +++ b/osx/goxel/goxel/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.15.0 + 0.15.1 CFBundleSignature ???? CFBundleVersion - 9 + 10 LSApplicationCategoryType public.app-category.productivity LSMinimumSystemVersion diff --git a/src/goxel.h b/src/goxel.h index df0a49f52..29eaab365 100644 --- a/src/goxel.h +++ b/src/goxel.h @@ -77,7 +77,7 @@ #include #include -#define GOXEL_VERSION_STR "0.15.0" +#define GOXEL_VERSION_STR "0.15.1" #ifndef GOXEL_DEFAULT_THEME # define GOXEL_DEFAULT_THEME "dark" #endif