Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed Apr 14, 2023
1 parent ff29043 commit 5406fa5
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
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.14)
project(semver LANGUAGES CXX VERSION 0.3.0)
project(semver LANGUAGES CXX VERSION 0.3.1)

set(CMAKE_CXX_STANDARD 17)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ provides the ability to **parse**, **compare**, and **increment** semantic versi
FetchContent_Declare(
cpp-semver
GIT_REPOSITORY https://github.com/z4kn4fein/cpp-semver.git
GIT_TAG v0.3.0)
GIT_TAG v0.3.1)
FetchContent_MakeAvailable(cpp-semver)
```

Expand Down

0 comments on commit 5406fa5

Please # to comment.