Skip to content

Commit f09f782

Browse files
committed
3.1.1 release (no-op, crates publishing test)
1 parent d103cc5 commit f09f782

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cd_crates.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
IPINFO_TOKEN: ${{ secrets.IPINFO_TOKEN }}
2626

2727
- name: Publish
28-
run: cargo publish -v --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
28+
run: cargo publish -v --token ${{ secrets.CARGO_REGISTRY_TOKEN_NEW }}

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ipinfo"
33
description = "ipinfo: A Rust library for IPInfo"
4-
version = "3.1.0"
4+
version = "3.1.1"
55
authors = [
66
"IPinfo Releases <releases@ipinfo.io>",
77
]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To use IPinfo, add the following to your `Cargo.toml` file.
1616

1717
```toml
1818
[dependencies]
19-
ipinfo = "3.1.0"
19+
ipinfo = "3.1.1"
2020
```
2121

2222
## Getting Started

0 commit comments

Comments
 (0)