Skip to content

Commit

Permalink
Merge pull request #14 from diogobalseiro/master
Browse files Browse the repository at this point in the history
Changed the Sample App Error URL
  • Loading branch information
franciscoamado authored Mar 30, 2021
2 parents 7ca0f8a + 8aa2f27 commit b69df83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FNMNetworkMonitor.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|
spec.name = 'FNMNetworkMonitor'
spec.module_name = 'FNMNetworkMonitor'
spec.version = '11.3.0'
spec.version = '11.4.0'
spec.summary = 'A network monitor'
spec.homepage = 'https://github.com/Farfetch/network-monitor-ios'
spec.license = 'MIT'
Expand Down
2 changes: 1 addition & 1 deletion Sample/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ final class ViewController: UIViewController {
static let imageBorderWidth: CGFloat = 3.0

static let robotURL = "https://www.alphabet.com/robots.txt"
static let errorURL = "https://www.ohthehumanity.error"
static let errorURL = "https://www.oh.the.humanity/error"

static let randomImageURL = "https://picsum.photos/500?random"
}
Expand Down

0 comments on commit b69df83

Please sign in to comment.