Skip to content

Commit

Permalink
release 1.0.137
Browse files Browse the repository at this point in the history
  • Loading branch information
ZreoDark committed Dec 23, 2024
1 parent da23381 commit 7777519
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion helm/pm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion helm/pm/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "1.0.136"
version: "1.0.137"
replicaCount: 2
oauth:
issuer: https://auth.yadashuke.com/auth/realms/pm
Expand Down
2 changes: 1 addition & 1 deletion oauth-gw/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion pm-resource-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pm-resource-server",
"version": "1.0.136",
"version": "1.0.137",
"main": "index.js",
"license": "MIT",
"private": "true",
Expand Down
2 changes: 1 addition & 1 deletion pm-web-app/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion pm-web-mobile/.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VUE_APP_VERSION = "1.0.136"
VUE_APP_VERSION = "1.0.137"
2 changes: 1 addition & 1 deletion pm-web-mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pm-mobile",
"version": "1.0.136",
"version": "1.0.137",
"private": true,
"scripts": {
"start": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion version.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
MAJOR=1
MONOR=0
BUILD=136
BUILD=137

0 comments on commit 7777519

Please sign in to comment.