Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Vermeer, Edwin authored and Vermeer, Edwin committed May 14, 2017
1 parent 91e92e3 commit 1e5db12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EVURLCache.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |s|
#

s.name = "EVURLCache"
s.version = "3.2.1"
s.version = "3.3.0"
s.summary = "NSURLCache subclass for handeling all web requests that use NSURLRequest"
s.description = "This is a NSURLCache subclass for handeling all web requests that use NSURLRequest. (This includes UIWebView)"
s.homepage = "https://github.com/evermeer/EVURLCache"
Expand Down
2 changes: 1 addition & 1 deletion EVURLCache/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ViewController: UIViewController, UIWebViewDelegate {
//EVURLCache.RECREATE_CACHE_RESPONSE = false // This flag is only used for debuging the small difference between recreating a response and unarchiving a response. Recreating (which is the default) seems to be working best...


if let url = URL(string: "https://www.iubenda.com/privacy-policy/8051057") {
if let url = URL(string: "https://evict.nl") {
NSLog("navigating to \(url)")
webView.loadRequest(URLRequest(url: url))
}
Expand Down

0 comments on commit 1e5db12

Please sign in to comment.