bump versions in all package.json files

This commit is contained in:
Norm 2022-10-16 11:46:12 -04:00
parent a74c1d9126
commit 70eec26b74
Signed by untrusted user: norm
GPG Key ID: 7123E30E441E80DE
5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "foundkey",
"version": "13.0.0-preview.1",
"version": "13.0.0-preview2",
"repository": {
"type": "git",
"url": "https://akkoma.dev/FoundKeyGang/FoundKey.git"

View File

@ -1,6 +1,6 @@
{
"name": "backend",
"version": "13.0.0-preview1",
"version": "13.0.0-preview2",
"main": "./index.js",
"private": true,
"type": "module",

View File

@ -1,6 +1,6 @@
{
"name": "client",
"version": "13.0.0-preview1",
"version": "13.0.0-preview2",
"private": true,
"scripts": {
"watch": "vite build --watch --mode development",

View File

@ -1,6 +1,6 @@
{
"name": "foundkey-js",
"version": "13.0.0-preview1",
"version": "13.0.0-preview2",
"description": "Fork of misskey-js for Foundkey",
"type": "module",
"main": "./built/index.js",

View File

@ -1,6 +1,6 @@
{
"name": "sw",
"version": "13.0.0-preview1",
"version": "13.0.0-preview2",
"private": true,
"scripts": {
"watch": "node build.js watch",