From f09f782a8ab77de9b3b65d4408feec2aa1efa61a Mon Sep 17 00:00:00 2001 From: Maxime Curioni Date: Thu, 2 Jan 2025 15:16:15 -0700 Subject: [PATCH] 3.1.1 release (no-op, crates publishing test) --- .github/workflows/cd_crates.yaml | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd_crates.yaml b/.github/workflows/cd_crates.yaml index 4e5c293..3c25af1 100644 --- a/.github/workflows/cd_crates.yaml +++ b/.github/workflows/cd_crates.yaml @@ -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 }} diff --git a/Cargo.toml b/Cargo.toml index b534061..3c9a15d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 ", ] diff --git a/README.md b/README.md index 6648ec0..0bab58b 100644 --- a/README.md +++ b/README.md @@ -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