Skip to content

Commit

Permalink
Fix c-ares version in .ort.yml and increase conanfile.py version (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernAtBosch authored Jun 2, 2023
1 parent d4366a7 commit 33297ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ curations:
curations:
comment: "Proper license is defined in package repository https://pypi.org/project/identify/"
concluded_license: "MIT"
- id: "Conan::c-ares:1.19.0"
- id: "Conan::c-ares:1.18.1"
curations:
comment: "Proper license is defined in package repository https://conan.io/center/c-ares"
concluded_license: "MIT"
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.0"
version = "0.3.1"
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 33297ef

Please sign in to comment.