diff --git a/charts/planka/Chart.yaml b/charts/planka/Chart.yaml index 7f61edc6..8f35785c 100644 --- a/charts/planka/Chart.yaml +++ b/charts/planka/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.0.1 +version: 1.0.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "2.0.0-rc.2" +appVersion: "2.0.0-rc.3" dependencies: - alias: postgresql diff --git a/client/src/version.js b/client/src/version.js index 17bd948a..c5786a1a 100644 --- a/client/src/version.js +++ b/client/src/version.js @@ -1 +1 @@ -export default '2.0.0-rc.2'; +export default '2.0.0-rc.3'; diff --git a/docker-compose.yml b/docker-compose.yml index bd8f8e9c..63ec12f3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ services: planka: - image: ghcr.io/plankanban/planka:2.0.0-rc.2 + image: ghcr.io/plankanban/planka:2.0.0-rc.3 restart: on-failure volumes: - favicons:/app/public/favicons diff --git a/package-lock.json b/package-lock.json index 7c3b8dba..fe8e0fbd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "planka", - "version": "2.0.0-rc.2", + "version": "2.0.0-rc.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "planka", - "version": "2.0.0-rc.2", + "version": "2.0.0-rc.3", "hasInstallScript": true, "dependencies": { "concurrently": "^8.2.2", diff --git a/package.json b/package.json index 8957c17d..569a810c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "planka", - "version": "2.0.0-rc.2", + "version": "2.0.0-rc.3", "private": true, "scripts": { "client:build": "npm run build --prefix client", diff --git a/server/version.js b/server/version.js index 95744fb9..05a5f2fc 100644 --- a/server/version.js +++ b/server/version.js @@ -1 +1 @@ -module.exports = '2.0.0-rc.2'; +module.exports = '2.0.0-rc.3';