Skip to content
This repository has been archived by the owner on Nov 26, 2020. It is now read-only.

Commit

Permalink
Bump version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hebertialmeida committed Jul 28, 2016
1 parent 8f31fb4 commit d26b921
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- AEXML (3.0.0)
- FolioReaderKit (0.7.0):
- FolioReaderKit (0.8.0):
- AEXML
- FontBlaster
- JSQWebViewController
Expand Down Expand Up @@ -32,7 +32,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
AEXML: 716fb0a8decba4a3517324a71fee3685b30233d2
FolioReaderKit: 490e17a79986704ee431fe1c307eb38da243d592
FolioReaderKit: cd062222cad405e2d1089f41dd7532727ac47255
FontBlaster: b780f709b8f705638d0c80a1ecdfb23b3077d0a6
JSQWebViewController: eaa6bd68d9e1426ae25ade99c9bbde4c6cdd4120
Nimble: 97a0a4cae5124c117115634b2d055d8c97d0af19
Expand Down
2 changes: 1 addition & 1 deletion FolioReaderKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "FolioReaderKit"
s.version = "0.7.0"
s.version = "0.8.0"
s.summary = "A Swift ePub reader and parser framework for iOS."
s.description = <<-DESC
Written in Swift.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ platform :ios, '8.0'
use_frameworks!

target '<Your Target Name>' do
pod 'FolioReaderKit', '~> 0.7'
pod 'FolioReaderKit', '~> 0.8'
end
```

Expand Down

0 comments on commit d26b921

Please sign in to comment.