mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-03 13:34:54 +00:00
Changed: Version Bump 0.6.1
This commit is contained in:
parent
045a3ce404
commit
8f29536187
3 changed files with 4 additions and 4 deletions
|
@ -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…
Reference in a new issue