version 0.12.0

This commit is contained in:
Vinzenz Schroeter 2024-11-23 21:20:06 +01:00
parent e0249b61b8
commit 843f5a03a6
7 changed files with 11 additions and 11 deletions

View file

@ -20,7 +20,7 @@ uniffi = { version = "0.25.3" }
thiserror.workspace = true
[dependencies.servicepoint]
version = "0.11.0"
version = "0.12.0"
path = "../servicepoint"
features = ["all_compressions"]
@ -57,4 +57,4 @@ required-features = ["go"]
[features]
default = []
cs = ["dep:uniffi-bindgen-cs"]
go = ["dep:uniffi-bindgen-go"]
go = ["dep:uniffi-bindgen-go"]

View file

@ -9,7 +9,7 @@
<PropertyGroup>
<PackageId>ServicePoint</PackageId>
<Version>0.10.0</Version>
<Version>0.12.0</Version>
<Authors>Repository Authors</Authors>
<Company>None</Company>
<Product>ServicePoint</Product>

View file

@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "servicepoint"
s.version = "0.0.0"
s.version = "0.12.0"
s.summary = ""
s.description = ""
s.authors = ["kaesaecracker"]