diff --git a/Cargo.toml b/Cargo.toml index cb889f8..eb7c4b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atauth" -version = "1.3.0" +version = "1.4.0" edition = "2021" authors = ["ATAuth Contributors"] description = "Generic AT Protocol (Bluesky) authentication library for Rust applications" diff --git a/gateway/package.json b/gateway/package.json index b5b8b59..4ce7194 100644 --- a/gateway/package.json +++ b/gateway/package.json @@ -1,6 +1,6 @@ { "name": "atauth-gateway", - "version": "2.2.0", + "version": "2.4.0", "description": "AT Protocol OAuth gateway for application authentication", "main": "dist/index.js", "types": "dist/index.d.ts",