From eccd425dad36094a4fc25c20b3fd953c8ac8ff7a Mon Sep 17 00:00:00 2001 From: Bryan Brooks Date: Sun, 22 Mar 2026 11:51:05 -0500 Subject: [PATCH] chore: bump versions for v2.4.0 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Gateway: 2.2.0 → 2.4.0 Rust lib: 1.3.0 → 1.4.0 Co-Authored-By: Claude Opus 4.6 --- Cargo.toml | 2 +- gateway/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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", -- 2.51.2