Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
* dev:
  fix: update issue
  • Loading branch information
ddddxxx committed Aug 9, 2017
2 parents d0f121d + dadd2c4 commit e486972
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions LyricsX/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,9 @@ class AppDelegate: NSObject, NSApplicationDelegate {
}

#if IS_FOR_MAS
if !isFromMacAppStore && defaults[.isInMASReview] == false {
checkForUpdate()
}
checkForMASReview(force: true)
#else
checkForUpdate()
#endif
}

Expand Down
2 changes: 1 addition & 1 deletion LyricsX/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>1.2.0</string>
<key>CFBundleVersion</key>
<string>1265</string>
<string>1266</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
Expand Down

0 comments on commit e486972

Please sign in to comment.