Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
doyaGu committed Jul 27, 2024
1 parent d9d2af0 commit da420a2
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.1
VERSION 0.3.2
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 1
#define BML_VERSION "0.3.1"
#define BML_PATCH_VER 2
#define BML_VERSION "0.3.2"

#endif // BML_VERSION_H

0 comments on commit da420a2

Please sign in to comment.