New: Bump Version to 0.6 (#726)

pull/747/head v0.6.0.815
Qstick 5 years ago committed by GitHub
parent 600a5b194f
commit 8f7df83f58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,4 @@
version: '0.5.0.{build}'
version: '0.6.0.{build}'
image:
- Visual Studio 2017

@ -23,11 +23,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.5</string>
<string>0.6</string>
<key>CFBundleSignature</key>
<string>xmmd</string>
<key>CFBundleVersion</key>
<string>0.5</string>
<string>0.6</string>
<key>NSAppleScriptEnabled</key>
<string>YES</string>
</dict>

@ -6,7 +6,7 @@
#define AppURL "https://lidarr.audio/"
#define ForumsURL "https://forums.lidarr.audio/"
#define AppExeName "Lidarr.exe"
#define BaseVersion "0.5.0"
#define BaseVersion "0.6.0"
#define BuildNumber GetEnv('APPVEYOR_BUILD_NUMBER')
#define BuildVersion GetEnv('APPVEYOR_BUILD_VERSION')
#define BranchName GetEnv('APPVEYOR_REPO_BRANCH')

Loading…
Cancel
Save