From 58b132167cd11b49c0ec11b1bc3ac02169e0eae3 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Fri, 5 Jul 2019 18:16:01 +0800 Subject: [PATCH] Bump version to 4.3.3 --- azure-pipelines.yml | 2 +- config/app.php | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 822e380a..75bf066d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -5,7 +5,7 @@ pool: vmImage: 'ubuntu-latest' variables: - RELEASE_TAG: '4.3.2' + RELEASE_TAG: '4.3.3' steps: - script: | diff --git a/config/app.php b/config/app.php index e64aa4bc..1818bc3f 100644 --- a/config/app.php +++ b/config/app.php @@ -9,7 +9,7 @@ return [ | Version of Blessing Skin Server. | */ - 'version' => '4.3.2', + 'version' => '4.3.3', /* |-------------------------------------------------------------------------- diff --git a/package.json b/package.json index 675c6587..6c1863ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blessing-skin-server", - "version": "4.3.2", + "version": "4.3.3", "description": "A web application brings your custom skins back in offline Minecraft servers.", "repository": { "type": "git",