diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c242d460..686cf84a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ pool: vmImage: 'ubuntu-latest' variables: - RELEASE_TAG: '4.3.4' + RELEASE_TAG: '4.3.5' steps: - script: | diff --git a/config/app.php b/config/app.php index cf774c9a..b7386654 100644 --- a/config/app.php +++ b/config/app.php @@ -9,7 +9,7 @@ return [ | Version of Blessing Skin Server. | */ - 'version' => '4.3.4', + 'version' => '4.3.5', /* |-------------------------------------------------------------------------- diff --git a/package.json b/package.json index 475299a2..ac66e1ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blessing-skin-server", - "version": "4.3.4", + "version": "4.3.5", "description": "A web application brings your custom skins back in offline Minecraft servers.", "repository": { "type": "git",