From 213c5692424e68b7d156be2d8c218a734f016a8b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 16 Jun 2025 05:08:24 +0000 Subject: Bump version to 2025.6.2-alpha.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index d27c8ee0d6..f3d372f42b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "misskey", - "version": "2025.6.1", + "version": "2025.6.2-alpha.0", "codename": "nasubi", "repository": { "type": "git", -- cgit v1.2.3-freya From 978ae706ebd57d1753d38bc34cb83873617b1e0d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 16 Jun 2025 08:58:31 +0000 Subject: Release: 2025.6.2 --- package.json | 2 +- packages/misskey-js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index f3d372f42b..d417630114 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "misskey", - "version": "2025.6.2-alpha.0", + "version": "2025.6.2", "codename": "nasubi", "repository": { "type": "git", diff --git a/packages/misskey-js/package.json b/packages/misskey-js/package.json index 6895ac2fe0..b5fc6ff6fa 100644 --- a/packages/misskey-js/package.json +++ b/packages/misskey-js/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "misskey-js", - "version": "2025.6.2-alpha.0", + "version": "2025.6.2", "description": "Misskey SDK for JavaScript", "license": "MIT", "main": "./built/index.js", -- cgit v1.2.3-freya