Skip to content

Commit

Permalink
Merge pull request #58 from namecare/chore/release-2.3.0
Browse files Browse the repository at this point in the history
chore: Release 2.3.0
  • Loading branch information
tikhop authored Aug 9, 2024
2 parents b4843fd + 219d0ff commit 9d682cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "app-store-server-library"
description = "The Rust server library for the App Store Server API and App Store Server Notifications"
version = "2.2.0"
version = "2.3.0"
repository = "https://github.com/namecare/app-store-server-library-rust"
homepage = "https://github.com/namecare/app-store-server-library-rust"
authors = ["tkhp", "namecare"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Specify `app-store-server-library` in your project's `Cargo.toml` file, under th

```rust
[dependencies]
app-store-server-library = { version = "2.2.0", features = ["receipt-utility", "api-client"] }
app-store-server-library = { version = "2.3.0", features = ["receipt-utility", "api-client"] }
```
Check
[crates.io](https://crates.io/crates/app-store-server-library) for the latest version number.
Expand Down

0 comments on commit 9d682cf

Please sign in to comment.