Skip to content

Commit a50b888

Browse files
authored
chore: Release v0.3.1
2 parents ea2e640 + f0d45ca commit a50b888

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "app-store-server-library"
33
description = "The Rust server library for the App Store Server API and App Store Server Notifications"
4-
version = "0.3.0"
4+
version = "0.3.1"
55
repository = "https://github.com/namecare/app-store-server-library-rust"
66
homepage = "https://github.com/namecare/app-store-server-library-rust"
77
authors = ["tkhp", "namecare"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Be sure to add the job_scheduler crate to your Cargo.toml:
1515

1616
```rust
1717
[dependencies]
18-
app-store-server-library = "0.3.0"
18+
app-store-server-library = "0.3.1"
1919
```
2020

2121

0 commit comments

Comments
 (0)