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:
- Visual Studio 2017

@ -23,11 +23,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.6</string>
<string>0.6.1</string>
<key>CFBundleSignature</key>
<string>xmmd</string>
<key>CFBundleVersion</key>
<string>0.6</string>
<string>0.6.1</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.6.0"
#define BaseVersion "0.6.1"
#define BuildNumber GetEnv('APPVEYOR_BUILD_NUMBER')
#define BuildVersion GetEnv('APPVEYOR_BUILD_VERSION')
#define BranchName GetEnv('APPVEYOR_REPO_BRANCH')

Loading…
Cancel
Save