version 0.13.0

This commit is contained in:
Vinzenz Schroeter 2025-01-16 20:51:56 +01:00
parent 04cda144ed
commit 7e1fb6cc99
7 changed files with 14 additions and 11 deletions

View file

@ -20,7 +20,7 @@ uniffi = { version = "0.25.3" }
thiserror.workspace = true
[dependencies.servicepoint]
version = "0.12.0"
version = "0.13.0"
path = "../servicepoint"
features = ["all_compressions"]

View file

@ -9,7 +9,7 @@
<PropertyGroup>
<PackageId>ServicePoint</PackageId>
<Version>0.12.0</Version>
<Version>0.13.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.12.0"
s.version = "0.13.0"
s.summary = ""
s.description = ""
s.authors = ["kaesaecracker"]