From d81c3b49553047b140685350a6aa7f56f3b396e2 Mon Sep 17 00:00:00 2001 From: Heberti Almeida Date: Mon, 25 Jan 2016 15:34:17 -0200 Subject: [PATCH] Bump version --- Example/Podfile.lock | 4 ++-- FolioReaderKit.podspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 9940d561f..41934a5ba 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,6 +1,6 @@ PODS: - AEXML (2.0.1) - - FolioReaderKit (0.4.0): + - FolioReaderKit (0.4.1): - AEXML - FontBlaster - JSQWebViewController @@ -22,7 +22,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: AEXML: d6bb5b994521fcf3667ee8ccc1ed533f31b19218 - FolioReaderKit: 22de292dbbee2b3af4d16a2747b7637e706fcf61 + FolioReaderKit: 8f67f16fe474a588c3ddc9f45557e6bd9a4dbf34 FontBlaster: 8165fef7f0556ba766836a2f5654a16cd0251e27 JSQWebViewController: 2e416ae6604676510812bbda050d63a1488003a4 SSZipArchive: 5f30a0af2cb3d48c0ff83b1e18029f7041ac3c38 diff --git a/FolioReaderKit.podspec b/FolioReaderKit.podspec index 0a11a6342..095aa1474 100644 --- a/FolioReaderKit.podspec +++ b/FolioReaderKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "FolioReaderKit" - s.version = "0.4.0" + s.version = "0.4.1" s.summary = "A Swift ePub reader and parser framework for iOS." s.description = <<-DESC Written in Swift.