version 0.6.0

This commit is contained in:
Vinzenz Schroeter 2024-06-05 20:35:20 +02:00
parent 15a3c4d596
commit 649e2a39c3
6 changed files with 13 additions and 13 deletions

View file

@ -13,8 +13,8 @@ test = false
csbindgen = "1.8.0"
[dependencies]
servicepoint_binding_c = { version = "0.5.1", path = "../servicepoint_binding_c" }
servicepoint = { version = "0.5.1", path = "../servicepoint" }
servicepoint_binding_c = { version = "0.6.0", path = "../servicepoint_binding_c" }
servicepoint = { version = "0.6.0", path = "../servicepoint" }
[lints]
workspace = true

View file

@ -12,7 +12,7 @@
<PropertyGroup>
<PackageId>ServicePoint</PackageId>
<Version>0.5.1</Version>
<Version>0.6.0</Version>
<Authors>Repository Authors</Authors>
<Company>None</Company>
<Product>ServicePoint</Product>