Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
GabeRundlett committed Mar 5, 2023
1 parent 9b9d06e commit 480d072
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if(GVOX_ENABLE_TESTS)
list(APPEND VCPKG_MANIFEST_FEATURES "tests")
endif()

project(gvox VERSION 1.1.0)
project(gvox VERSION 1.2.0)

if(GVOX_ENABLE_STATIC_ANALYSIS)
set(CPPCHECK_TEMPLATE "gcc")
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": "gvox",
"version-semver": "1.1.0",
"version-semver": "1.2.0",
"description": "GVOX Voxel Format Library",
"homepage": "https://github.com/GabeRundlett/gvox",
"features": {
Expand Down

0 comments on commit 480d072

Please sign in to comment.