Skip to content

Commit

Permalink
3.1.1 release (no-op, crates publishing test)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-ipinfo committed Jan 2, 2025
1 parent d103cc5 commit f09f782
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd_crates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
IPINFO_TOKEN: ${{ secrets.IPINFO_TOKEN }}

- name: Publish
run: cargo publish -v --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
run: cargo publish -v --token ${{ secrets.CARGO_REGISTRY_TOKEN_NEW }}
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ipinfo"
description = "ipinfo: A Rust library for IPInfo"
version = "3.1.0"
version = "3.1.1"
authors = [
"IPinfo Releases <[email protected]>",
]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To use IPinfo, add the following to your `Cargo.toml` file.

```toml
[dependencies]
ipinfo = "3.1.0"
ipinfo = "3.1.1"
```

## Getting Started
Expand Down

0 comments on commit f09f782

Please sign in to comment.