1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-10 05:59:13 -05:00

Bump version to 2025.1.0-beta.3

This commit is contained in:
github-actions[bot] 2025-01-26 11:52:26 +00:00
parent 297186e492
commit abb1e4bead
2 changed files with 2 additions and 2 deletions
package.json
packages/misskey-js

View file

@ -1,6 +1,6 @@
{
"name": "misskey",
"version": "2025.1.0-beta.2",
"version": "2025.1.0-beta.3",
"codename": "nasubi",
"repository": {
"type": "git",

View file

@ -1,7 +1,7 @@
{
"type": "module",
"name": "misskey-js",
"version": "2025.1.0-beta.2",
"version": "2025.1.0-beta.3",
"description": "Misskey SDK for JavaScript",
"license": "MIT",
"main": "./built/index.js",