diff --git a/helm/pm/Chart.yaml b/helm/pm/Chart.yaml index 30049db7..9702f077 100644 --- a/helm/pm/Chart.yaml +++ b/helm/pm/Chart.yaml @@ -15,7 +15,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.72" +version: "1.0.73" # 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 diff --git a/helm/pm/values.yaml b/helm/pm/values.yaml index 0f334862..96cad342 100644 --- a/helm/pm/values.yaml +++ b/helm/pm/values.yaml @@ -1,4 +1,4 @@ -version: "1.0.72" +version: "1.0.73" 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 7acea7f7..0f8d6190 100644 --- a/oauth-gw/build.gradle.kts +++ b/oauth-gw/build.gradle.kts @@ -8,7 +8,7 @@ plugins { } group = "com.yada" -version = "1.0.72" +version = "1.0.73" java.sourceCompatibility = JavaVersion.VERSION_11 repositories { diff --git a/pm-resource-server/package.json b/pm-resource-server/package.json index 6d364bf6..a30b6552 100644 --- a/pm-resource-server/package.json +++ b/pm-resource-server/package.json @@ -1,6 +1,6 @@ { "name": "pm-resource-server", - "version": "1.0.72", + "version": "1.0.73", "main": "index.js", "license": "MIT", "private": "true", diff --git a/pm-web-app/package.json b/pm-web-app/package.json index ba778186..3cf69261 100644 --- a/pm-web-app/package.json +++ b/pm-web-app/package.json @@ -1,6 +1,6 @@ { "name": "ant-design-pro", - "version": "1.0.72", + "version": "1.0.73", "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 8a5fffea..b960dfab 100644 --- a/pm-web-mobile/.env +++ b/pm-web-mobile/.env @@ -1 +1 @@ -VUE_APP_VERSION = "1.0.72" \ No newline at end of file +VUE_APP_VERSION = "1.0.73" \ No newline at end of file diff --git a/pm-web-mobile/package.json b/pm-web-mobile/package.json index d2a82276..ee2b50dc 100644 --- a/pm-web-mobile/package.json +++ b/pm-web-mobile/package.json @@ -1,6 +1,6 @@ { "name": "pm-mobile", - "version": "1.0.72", + "version": "1.0.73", "private": true, "scripts": { "start": "vue-cli-service serve", diff --git a/version.sh b/version.sh index 25dbf4a6..2fa2ed71 100755 --- a/version.sh +++ b/version.sh @@ -1,3 +1,3 @@ MAJOR=1 MONOR=0 - BUILD=72 + BUILD=73