Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
doyaGu committed Sep 22, 2024
1 parent 4d7c9de commit 4e90a41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.12)

project(BallanceModLoaderPlus
VERSION 0.3.2
VERSION 0.3.3
LANGUAGES CXX
DESCRIPTION "Renovated Mod Loader for Ballance"
HOMEPAGE_URL https://github.com/doyaGu/BallanceModLoaderPlus)
Expand Down
4 changes: 2 additions & 2 deletions include/BML/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define BML_MAJOR_VER 0
#define BML_MINOR_VER 3
#define BML_PATCH_VER 2
#define BML_VERSION "0.3.2"
#define BML_PATCH_VER 3
#define BML_VERSION "0.3.3"

#endif // BML_VERSION_H

0 comments on commit 4e90a41

Please sign in to comment.