From 1cca5942922a98d3bfa240854bb2905fb21e16f7 Mon Sep 17 00:00:00 2001 From: Guillaume Chereau Date: Fri, 2 Feb 2024 21:19:31 +0800 Subject: [PATCH] Bump version to 0.14.0 --- 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 bf9b4dbe0..3a360b024 100644 --- a/osx/goxel/goxel/Info.plist +++ b/osx/goxel/goxel/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.11.0 + 0.14.0 CFBundleSignature ???? CFBundleVersion - 7 + 8 LSApplicationCategoryType public.app-category.productivity LSMinimumSystemVersion diff --git a/src/goxel.h b/src/goxel.h index 7db1b1d1b..ca247bb4e 100644 --- a/src/goxel.h +++ b/src/goxel.h @@ -71,7 +71,7 @@ #include #include -#define GOXEL_VERSION_STR "0.13.0" +#define GOXEL_VERSION_STR "0.14.0" #ifndef GOXEL_DEFAULT_THEME # define GOXEL_DEFAULT_THEME "dark" #endif