diff --git a/client/package-lock.json b/client/package-lock.json index 0424324..683127d 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,12 +1,12 @@ { "name": "mytinydc-utdon-client", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mytinydc-utdon-client", - "version": "1.1.0", + "version": "1.2.0", "license": "AGPL-3.0", "dependencies": { "@reduxjs/toolkit": "^1.9.7", diff --git a/client/package.json b/client/package.json index 097ada8..95bae5e 100644 --- a/client/package.json +++ b/client/package.json @@ -1,7 +1,7 @@ { "name": "mytinydc-utdon-client", "private": true, - "version": "1.1.0", + "version": "1.2.0", "description": "Application for tracking obsolete FOSS applications - UI", "type": "module", "scripts": { diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 6895bfd..86d87ae 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -9,12 +9,11 @@ L'appplication ne supporte pas "https", vous devrez utiliser ce produit derrièr - Un port d'exposition, le port exposé par le container est 3015 - Le container peut-être exécuté "ReadOnly" - ### Démarrage du service ``` # tag version -tag="1.0.0" +tag="1.2.0" # Which port do you expose the service on? port=3015 # Generate secrets diff --git a/doc/en/INSTALL.md b/doc/en/INSTALL.md index dfb43dd..34a6bfc 100644 --- a/doc/en/INSTALL.md +++ b/doc/en/INSTALL.md @@ -13,7 +13,7 @@ The appplication doesn't support "https", so you'll need to use this product beh ``` # tag version -tag="1.0.0" +tag="1.2.0" # Which port do you expose the service on? port=3015 # Generate secrets diff --git a/package-lock.json b/package-lock.json index b1d88f9..d221751 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mytinydc-utdon", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mytinydc-utdon", - "version": "1.1.0", + "version": "1.2.0", "license": "AGPL-3.0", "dependencies": { "@metrichor/jmespath": "^0.3.1", diff --git a/package.json b/package.json index 509442d..58a3d97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mytinydc-utdon", - "version": "1.1.0", + "version": "1.2.0", "description": "Application for tracking obsolete FOSS applications - Server", "main": "main.ts", "scripts": { diff --git a/src/Constants.ts b/src/Constants.ts index 244d6b3..758cb2d 100644 --- a/src/Constants.ts +++ b/src/Constants.ts @@ -24,7 +24,7 @@ export const INPROGRESS_UPTODATEORNOTSTATE: UptoDateOrNotState = { urlProduction: "", }; -export const APPLICATION_VERSION = "1.1.0"; +export const APPLICATION_VERSION = "1.2.0"; // routes which dont need authentication to be served // firsts are UI routes