Skip to content

Commit ec9484e

Browse files
authored
chore: Prepare for release v3.2.0
1 parent a268dae commit ec9484e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 = "3.1.1"
4+
version = "3.2.0"
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Specify `app-store-server-library` in your project's `Cargo.toml` file, under th
1111

1212
```toml
1313
[dependencies]
14-
app-store-server-library = { version = "3.1.1", features = ["receipt-utility", "api-client", "ocsp"] }
14+
app-store-server-library = { version = "3.2.0", features = ["receipt-utility", "api-client", "ocsp"] }
1515
```
1616

1717
### Feature Flags
@@ -87,7 +87,7 @@ To enable OCSP verification:
8787

8888
```toml
8989
[dependencies]
90-
app-store-server-library = { version = "3.1.0", features = ["api-client", "ocsp"] }
90+
app-store-server-library = { version = "3.2.0", features = ["api-client", "ocsp"] }
9191
```
9292

9393
OCSP verification is performed automatically when verifying signed data.

0 commit comments

Comments
 (0)