From d0123564de95ccbec2384e8e2646f36da56a710b Mon Sep 17 00:00:00 2001 From: Mathias Koehnke Date: Sun, 18 Dec 2016 17:05:23 +0100 Subject: [PATCH] Bumped Podspec version to 1.0.6 --- README.md | 2 +- WKZombie.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e83643..18c8a07 100644 --- a/README.md +++ b/README.md @@ -480,7 +480,7 @@ An operation is cancelled if the time it needs to complete exceeds the time spec browser.timeoutInSeconds = 15.0 ``` -### LoadMediaContent +### Load Media Content This value is 'true' by default. If set 'false', the loading progress will finish once the 'raw' HTML data has been transmitted. Media content such as videos or images won't be loaded. diff --git a/WKZombie.podspec b/WKZombie.podspec index 3dc3006..209b6c3 100644 --- a/WKZombie.podspec +++ b/WKZombie.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "WKZombie" - s.version = "1.0.5" + s.version = "1.0.6" s.summary = "WKZombie is a Swift library for iOS/OSX to browse websites without the need of User Interface or API." s.description = <<-DESC