diff --git a/helm/pm/Chart.yaml b/helm/pm/Chart.yaml index 9702f077..51a89d9b 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.73" +version: "1.0.74" # 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 96cad342..74288f98 100644 --- a/helm/pm/values.yaml +++ b/helm/pm/values.yaml @@ -1,4 +1,4 @@ -version: "1.0.73" +version: "1.0.74" 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 0f8d6190..db8d1aa5 100644 --- a/oauth-gw/build.gradle.kts +++ b/oauth-gw/build.gradle.kts @@ -8,7 +8,7 @@ plugins { } group = "com.yada" -version = "1.0.73" +version = "1.0.74" java.sourceCompatibility = JavaVersion.VERSION_11 repositories { diff --git a/pm-resource-server/package.json b/pm-resource-server/package.json index a30b6552..4250f870 100644 --- a/pm-resource-server/package.json +++ b/pm-resource-server/package.json @@ -1,6 +1,6 @@ { "name": "pm-resource-server", - "version": "1.0.73", + "version": "1.0.74", "main": "index.js", "license": "MIT", "private": "true", diff --git a/pm-web-app/package.json b/pm-web-app/package.json index 3cf69261..6ba2484b 100644 --- a/pm-web-app/package.json +++ b/pm-web-app/package.json @@ -1,6 +1,6 @@ { "name": "ant-design-pro", - "version": "1.0.73", + "version": "1.0.74", "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 b960dfab..babbfa50 100644 --- a/pm-web-mobile/.env +++ b/pm-web-mobile/.env @@ -1 +1 @@ -VUE_APP_VERSION = "1.0.73" \ No newline at end of file +VUE_APP_VERSION = "1.0.74" \ No newline at end of file diff --git a/pm-web-mobile/package.json b/pm-web-mobile/package.json index ee2b50dc..98bfac77 100644 --- a/pm-web-mobile/package.json +++ b/pm-web-mobile/package.json @@ -1,6 +1,6 @@ { "name": "pm-mobile", - "version": "1.0.73", + "version": "1.0.74", "private": true, "scripts": { "start": "vue-cli-service serve", diff --git a/version.sh b/version.sh index 2fa2ed71..23b0155f 100755 --- a/version.sh +++ b/version.sh @@ -1,3 +1,3 @@ MAJOR=1 MONOR=0 - BUILD=73 + BUILD=74