Changed: Version Bump 0.6.1

pull/768/head v0.6.1.830
Qstick 5 years ago
parent 045a3ce404
commit 8f29536187

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

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

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

Loading…
Cancel
Save