diff --git a/Other/bintray.json b/Other/bintray.json index 3a4fb550d9b..f7913748f86 100644 --- a/Other/bintray.json +++ b/Other/bintray.json @@ -7,7 +7,7 @@ "licenses": ["MIT"] }, "version": { - "name": "master1", + "name": "1.12.1", "gpgSign": false }, "files": [ diff --git a/appveyor.yml b/appveyor.yml index 3edc3f62dc2..704472a7361 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,7 +19,7 @@ branches: - stable artifacts: - path: build/sdk - name: ogre-sdk-master1-vc15-x64 + name: ogre-sdk-1.12.1-vc15-x64 deploy: - provider: BinTray username: paroj @@ -30,7 +30,7 @@ deploy: package: ogre-sdk-vc15-x64 publish: true override: true - version: master1 + version: 1.12.1 on: branch: master APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2017"