fix mistake in version

This commit is contained in:
rubikscraft
2022-03-31 23:00:48 +02:00
parent 79100e779a
commit c679cb6883
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "picsur-backend",
"private": false,
"version": "3.0.0",
"version": "0.3.0",
"description": "Backend for Picsur",
"license": "GPL-3.0",
"repository": "https://github.com/rubikscraft/Picsur",

View File

@@ -1,7 +1,7 @@
{
"private": false,
"name": "picsur-frontend",
"version": "3.0.0",
"version": "0.3.0",
"description": "Frontend for Picsur",
"license": "GPL-3.0",
"repository": "https://github.com/rubikscraft/Picsur",

View File

@@ -1,6 +1,6 @@
{
"private": true,
"version": "3.0.0",
"version": "0.3.0",
"workspaces": [
"shared",
"backend",

View File

@@ -1,7 +1,7 @@
{
"private": false,
"name": "picsur-shared",
"version": "3.0.0",
"version": "0.3.0",
"description": "Shared libraries for Picsur",
"license": "GPL-3.0",
"repository": "https://github.com/rubikscraft/Picsur",