diff --git a/helm/pm/Chart.yaml b/helm/pm/Chart.yaml index 414c1a6..040042c 100644 --- a/helm/pm/Chart.yaml +++ b/helm/pm/Chart.yaml @@ -13,7 +13,7 @@ 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.136" +version: "1.0.137" # 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. diff --git a/helm/pm/values.yaml b/helm/pm/values.yaml index b6c3016..6b45fc3 100644 --- a/helm/pm/values.yaml +++ b/helm/pm/values.yaml @@ -1,4 +1,4 @@ -version: "1.0.136" +version: "1.0.137" replicaCount: 2 oauth: issuer: https://auth.yadashuke.com/auth/realms/pm diff --git a/oauth-gw/build.gradle.kts b/oauth-gw/build.gradle.kts index 1761bb7..b6ec9d2 100644 --- a/oauth-gw/build.gradle.kts +++ b/oauth-gw/build.gradle.kts @@ -6,7 +6,7 @@ plugins { kotlin("plugin.spring") version "1.4.30" } group = "com.yada" -version = "1.0.136" +version = "1.0.137" java.sourceCompatibility = JavaVersion.VERSION_11 repositories { mavenCentral() diff --git a/pm-resource-server/package.json b/pm-resource-server/package.json index 4a6bc89..632ce52 100644 --- a/pm-resource-server/package.json +++ b/pm-resource-server/package.json @@ -1,6 +1,6 @@ { "name": "pm-resource-server", - "version": "1.0.136", + "version": "1.0.137", "main": "index.js", "license": "MIT", "private": "true", diff --git a/pm-web-app/package.json b/pm-web-app/package.json index 0d272c2..28375df 100644 --- a/pm-web-app/package.json +++ b/pm-web-app/package.json @@ -1,6 +1,6 @@ { "name": "ant-design-pro", - "version": "1.0.136", + "version": "1.0.137", "private": true, "description": "An out-of-box UI solution for enterprise applications", "scripts": { diff --git a/pm-web-mobile/.env b/pm-web-mobile/.env index 06cad99..91825f7 100644 --- a/pm-web-mobile/.env +++ b/pm-web-mobile/.env @@ -1 +1 @@ -VUE_APP_VERSION = "1.0.136" +VUE_APP_VERSION = "1.0.137" diff --git a/pm-web-mobile/package.json b/pm-web-mobile/package.json index baa94b3..a93b8f0 100644 --- a/pm-web-mobile/package.json +++ b/pm-web-mobile/package.json @@ -1,6 +1,6 @@ { "name": "pm-mobile", - "version": "1.0.136", + "version": "1.0.137", "private": true, "scripts": { "start": "vue-cli-service serve", diff --git a/version.sh b/version.sh index 20f13ce..ffa63be 100755 --- a/version.sh +++ b/version.sh @@ -1,3 +1,3 @@ MAJOR=1 MONOR=0 - BUILD=136 + BUILD=137