Skip to content

Commit

Permalink
build: 版本号更新
Browse files Browse the repository at this point in the history
  • Loading branch information
1962247851 committed Mar 27, 2024
1 parent 09f3a2f commit be91988
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .coding/build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
export APP_VERSION=1.1.3
export APP_VERSION=1.1.4

# 1 后端
cd ../barrage-fly
Expand Down
2 changes: 1 addition & 1 deletion .coding/deploy-docker-coding.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
export APP_VERSION=1.1.3
export APP_VERSION=1.1.4

docker login ordinaryroad-docker.pkg.coding.net

Expand Down
2 changes: 1 addition & 1 deletion barrage-fly-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ordinaryroad-barrage-fly-ui",
"version": "1.1.3",
"version": "1.1.4",
"private": true,
"config": {
"nuxt": {
Expand Down
2 changes: 1 addition & 1 deletion barrage-fly/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ plugins {
}

group = "tech.ordinaryroad"
version = "1.1.3"
version = "1.1.4"

java {
sourceCompatibility = JavaVersion.VERSION_17
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ordinaryroad-barrage-fly",
"version": "1.1.3",
"version": "1.1.4",
"description": "让弹幕飞",
"license": "Apache License",
"type": "module",
Expand Down

0 comments on commit be91988

Please sign in to comment.