Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
release version
Browse files Browse the repository at this point in the history
  • Loading branch information
atfinke committed Mar 29, 2020
1 parent e4b0b8f commit d7fa2a8
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,5 @@ WikiRaces/fastlane/README.md
WikiRaces/fastlane/Preview.html

WikiRaces/fastlane/Appfile

.DS_Store
2 changes: 1 addition & 1 deletion WKRKit/WKRKit/Constants/WKRKitConstants.plist
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<key>RandomURLString</key>
<string>https://en.m.wikipedia.org/wiki/Special:Random</string>
<key>Version</key>
<integer>20</integer>
<integer>22</integer>
<key>WhatLinksHereURLString</key>
<string>https://en.m.wikipedia.org/w/index.php?title=Special:WhatLinksHere</string>
<key>MaxFoundPagePlayers</key>
Expand Down
2 changes: 1 addition & 1 deletion WKRKit/WKRKit/Game/WKRPreRaceConfig.swift
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public struct WKRPreRaceConfig: Codable, Equatable {
page.title != "Wikipedia, the free encyclopedia",
finalArticles.contains(page.path),
let startingPage = startingPage,
startingPage.url != page.url {
startingPage.url.absoluteString.lowercased() != page.url.absoluteString.lowercased() {
pages.append(page)
} else {
logEvents.append(WKRLogEvent(type: .votingArticleValidationFailure,
Expand Down
2 changes: 1 addition & 1 deletion WKRKit/WKRKit/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>9604</string>
<string>9715</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion WKRUIKit/WKRUIKit/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>10243</string>
<string>10371</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion WikiRaces/WikiRaces/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>6354</string>
<string>6420</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
Expand Down

0 comments on commit d7fa2a8

Please sign in to comment.