Skip to content

Commit

Permalink
Bumped Podspec version to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Koehnke committed Dec 18, 2016
1 parent 083818c commit d012356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion WKZombie.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d012356

Please sign in to comment.