From 74f6c6b46af3c3a8041c606cfaf60bf102c7683e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Ko=CC=88hnke?= Date: Thu, 26 May 2016 23:14:21 +0200 Subject: [PATCH] Bumped to version 0.9.4 --- WKZombie.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WKZombie.podspec b/WKZombie.podspec index 751d971..6fec703 100644 --- a/WKZombie.podspec +++ b/WKZombie.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = "WKZombie" - s.version = "0.9.3" + s.version = "0.9.4" s.summary = "WKZombie is a Swift library for iOS/OSX to browse websites without the need of User Interface or API." s.description = <<-DESC WKZombie is a Swift library for iOS/OSX to navigate within websites and collect data without the need of User Interface or API, also known as Headless Browser. - In addition, it can be used to run automated tests or manipulate websites using Javascript. + In addition, it can be used to run automated tests, take snapshots or manipulate websites using Javascript. DESC s.homepage = "https://github.com/mkoehnke/WKZombie"