We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea2e640 + f0d45ca commit a50b888Copy full SHA for a50b888
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "app-store-server-library"
3
description = "The Rust server library for the App Store Server API and App Store Server Notifications"
4
-version = "0.3.0"
+version = "0.3.1"
5
repository = "https://github.com/namecare/app-store-server-library-rust"
6
homepage = "https://github.com/namecare/app-store-server-library-rust"
7
authors = ["tkhp", "namecare"]
README.md
@@ -15,7 +15,7 @@ Be sure to add the job_scheduler crate to your Cargo.toml:
15
16
```rust
17
[dependencies]
18
-app-store-server-library = "0.3.0"
+app-store-server-library = "0.3.1"
19
```
20
21
0 commit comments