Browse Source

chore: Update package.json version to v3.10.0

Owen Diffey 11 months ago
parent
commit
991993e1dc
4 changed files with 6 additions and 6 deletions
  1. 2 2
      backend/package-lock.json
  2. 1 1
      backend/package.json
  3. 2 2
      frontend/package-lock.json
  4. 1 1
      frontend/package.json

+ 2 - 2
backend/package-lock.json

@@ -1,12 +1,12 @@
 {
   "name": "musare-backend",
-  "version": "3.10.0-rc3",
+  "version": "3.10.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "musare-backend",
-      "version": "3.10.0-rc3",
+      "version": "3.10.0",
       "license": "GPL-3.0",
       "dependencies": {
         "async": "^3.2.4",

+ 1 - 1
backend/package.json

@@ -1,7 +1,7 @@
 {
   "name": "musare-backend",
   "private": true,
-  "version": "3.10.0-rc3",
+  "version": "3.10.0",
   "type": "module",
   "description": "An open-source collaborative music listening and catalogue curation application. Currently supporting YouTube based content.",
   "main": "index.js",

+ 2 - 2
frontend/package-lock.json

@@ -1,12 +1,12 @@
 {
   "name": "musare-frontend",
-  "version": "3.10.0-rc3",
+  "version": "3.10.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "musare-frontend",
-      "version": "3.10.0-rc3",
+      "version": "3.10.0",
       "license": "GPL-3.0",
       "dependencies": {
         "@intlify/unplugin-vue-i18n": "^0.9.1",

+ 1 - 1
frontend/package.json

@@ -5,7 +5,7 @@
     "*.vue"
   ],
   "private": true,
-  "version": "3.10.0-rc3",
+  "version": "3.10.0",
   "description": "An open-source collaborative music listening and catalogue curation application. Currently supporting YouTube based content.",
   "main": "main.js",
   "author": "Musare Team",