Skip to content

Commit

Permalink
release 1.0.114
Browse files Browse the repository at this point in the history
  • Loading branch information
kongli1 committed Jan 9, 2024
1 parent b30809c commit 0053c87
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 @@ -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.113"
version: "1.0.114"

# 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
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.113"
version: "1.0.114"
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 @@ -8,7 +8,7 @@ plugins {
}

group = "com.yada"
version = "1.0.113"
version = "1.0.114"
java.sourceCompatibility = JavaVersion.VERSION_11

repositories {
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.113",
"version": "1.0.114",
"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.113",
"version": "1.0.114",
"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.113"
VUE_APP_VERSION = "1.0.114"
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.113",
"version": "1.0.114",
"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=113
BUILD=114

0 comments on commit 0053c87

Please sign in to comment.