Skip to content

Commit

Permalink
chore: Bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
tikhop committed Jan 22, 2024
1 parent 78e45e7 commit 6be1f51
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 = "0.5.1"
version = "0.6.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 @@ -11,7 +11,7 @@ Specify `app-store-server-library` in your project's `Cargo.toml` file, under th

```rust
[dependencies]
app-store-server-library = "0.5.1"
app-store-server-library = "0.6.0"
```
Check
[crates.io](https://crates.io/crates/app-store-server-library) for the latest version number.
Expand Down

0 comments on commit 6be1f51

Please sign in to comment.