Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
exeldro committed Apr 20, 2023
1 parent c7fa5b3 commit ae36773
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 @@ -6,7 +6,7 @@ else()
cmake_minimum_required(VERSION 3.18)
endif()

project(source-clone VERSION 0.1.2)
project(source-clone VERSION 0.1.3)
set(PROJECT_FULL_NAME "Source Clone")

# Set new UUIDs when you start to create a new plugin.
Expand Down
2 changes: 1 addition & 1 deletion buildspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@
}
},
"name": "source-clone",
"version": "0.1.2"
"version": "0.1.3"
}

0 comments on commit ae36773

Please sign in to comment.