Skip to content

Commit

Permalink
Update version to 0.1.2-dev (#98)
Browse files Browse the repository at this point in the history
Updating the version and creating a tag
  • Loading branch information
Steven Hartley authored Apr 20, 2024
1 parent 9addcd5 commit 494b331
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The library is built and packaged using conan dependency management.
To add up-cpp to your conan build dependencies, simply add the following to your conanfile.txt:
```
[requires]
up-cpp/0.1
up-cpp/0.1.2-dev
[generators]
CMakeDeps
Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class UpCpp(ConanFile):
options = {"shared": [True, False], "fPIC": [True, False]}
conan_version = None
generators = "CMakeDeps", "PkgConfigDeps", "VirtualRunEnv", "VirtualBuildEnv"
version = "0.1.1-dev"
version = "0.1.2-dev"
exports_sources = "CMakeLists.txt", "up-core-api/*", "include/*" ,"src/*" , "test/*", "cmake/*"

options = {
Expand Down

0 comments on commit 494b331

Please sign in to comment.