Skip to content

Commit

Permalink
Fix conanfile version (#61)
Browse files Browse the repository at this point in the history
* Fix conanfile version

* Update NOTICE-3RD-PARTY-CONTENT.md
  • Loading branch information
kse3hi authored Jun 23, 2023
1 parent 9d7c4b6 commit f850491
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NOTICE-3RD-PARTY-CONTENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
|node-semver|0.6.1|MIT|
|nodeenv|1.8.0|BSD|
|patch-ng|1.17.4|MIT|
|platformdirs|3.7.0|MIT|
|platformdirs|3.8.0|MIT|
|pluginbase|1.0.1|BSD|
|pre-commit|2.20.0|MIT|
|Pygments|2.15.1|Simplified BSD|
Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

class VehicleAppCppSdkConan(ConanFile):
name = "vehicle-app-sdk"
version = "0.3.1"
version = "0.3.2"
license = "Apache-2.0"
url = "https://github.com/eclipse-velocitas/vehicle-app-cpp-sdk"
description = "The Vehicle App SDK for c++ allows to create Vehicle Apps from the Velocitas development model in the c++ programming language."
Expand Down

0 comments on commit f850491

Please sign in to comment.