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",