Skip to content

Commit

Permalink
chores: version update to v0.1.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
cthulhu-irl committed Jun 21, 2024
1 parent f1a861e commit fcd9439
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 @@ -30,7 +30,7 @@ endif()
project(parsi
DESCRIPTION "lightweight parser combinator"
LANGUAGES CXX
VERSION 0.0.0)
VERSION 0.1.0)

set(CMAKE_CXX_EXTENSIONS OFF)
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
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": "parsi",
"version-semver": "0.0.0",
"version-semver": "0.1.0",
"features": {
"tests": {
"description": "development tests",
Expand Down

0 comments on commit fcd9439

Please sign in to comment.