Skip to content

Commit

Permalink
Merge pull request #152 from thelivingdiamond/release/1.3.0
Browse files Browse the repository at this point in the history
Release 1.3.0
  • Loading branch information
tmp64 authored Jan 26, 2025
2 parents e07c37c + aac00d8 commit f5a36a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ set_property(GLOBAL PROPERTY USE_FOLDERS ON)

# Chairloader Version
set(_CHAIRLOADER_VERSION_MAJOR 1) # Increment when breaking changes are made
set(_CHAIRLOADER_VERSION_MINOR 2) # Increment when new features are added
set(_CHAIRLOADER_VERSION_PATCH 3) # Increment when bug fixes are made
set(_CHAIRLOADER_VERSION_MINOR 3) # Increment when new features are added
set(_CHAIRLOADER_VERSION_PATCH 0) # Increment when bug fixes are made
set(_CHAIRLOADER_VERSION_BUILD 0) # UNUSED
set(_CHAIRLOADER_VERSION_TYPE "") # Indicates a pre-release version (e.g. "-alpha")

Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chairloader",
"version-string": "1.2.3",
"version-string": "1.3.0",
"description": "An extensible Prey (2017) modding framework",
"builtin-baseline": "f7423ee180c4b7f40d43402c2feb3859161ef625",
"$deps_": "Please, keep sorted alphabetically",
Expand Down

0 comments on commit f5a36a9

Please sign in to comment.