version 0.13.0
This commit is contained in:
parent
04cda144ed
commit
7e1fb6cc99
7 changed files with 14 additions and 11 deletions
|
@ -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"]
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue