Skip to content

Commit

Permalink
Add latest changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
brentsimmons committed Jun 20, 2021
2 parents 6a71da0 + c5450c3 commit 321e61b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"repositoryURL": "https://github.com/OAuthSwift/OAuthSwift.git",
"state": {
"branch": null,
"revision": "d85964b96dbce94df961f28b996187c835089903",
"version": "2.2.0"
"revision": "fde77955e6983fbfaabd491709d52b8a82fda4d0",
"version": "2.1.2"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Secrets/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let package = Package(
targets: ["Secrets"]),
],
dependencies: [
.package(url: "https://github.com/OAuthSwift/OAuthSwift.git", .upToNextMajor(from: "2.1.2")),
.package(url: "https://github.com/OAuthSwift/OAuthSwift.git", .exact("2.1.2")),
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion iOS/Settings/SettingsViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ class SettingsViewController: UITableViewController {
case 7:
switch indexPath.row {
case 0:
openURL("https://netnewswire.com/help/ios/5.0/en/")
openURL("https://netnewswire.com/help/ios/6.0/en/")
tableView.selectRow(at: nil, animated: true, scrollPosition: .none)
case 1:
openURL("https://netnewswire.com/")
Expand Down
2 changes: 1 addition & 1 deletion xcconfig/common/NetNewsWire_ios_target_common.xcconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

// High Level Settings common to both the iOS application and any extensions we bundle with it
MARKETING_VERSION = 6.0
CURRENT_PROJECT_VERSION = 605
CURRENT_PROJECT_VERSION = 606

ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
Expand Down

0 comments on commit 321e61b

Please sign in to comment.