diff --git a/CHANGELOG.md b/CHANGELOG.md index 684fb7a..9bb3d86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file. **Warning:** Features marked as *alpha* may change or be removed in a future release without notice. Use with caution. -## [Unreleased] + + +## [2.1.0] ### Added @@ -131,3 +133,4 @@ All notable changes to this project will be documented in this file. [2.0.0-beta.2]: https://github.com/readium/r2-shared-swift/compare/2.0.0-beta.1...2.0.0-beta.2 [2.0.0]: https://github.com/readium/r2-shared-swift/compare/2.0.0-beta.2...2.0.0 [2.0.1]: https://github.com/readium/r2-shared-swift/compare/2.0.0...2.0.1 +[2.1.0]: https://github.com/readium/r2-shared-swift/compare/2.0.1...2.1.0 diff --git a/R2Shared.podspec b/R2Shared.podspec index d420191..44c9917 100644 --- a/R2Shared.podspec +++ b/R2Shared.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = 'R2Shared' - s.version = '2.0.1' + s.version = '2.1.0' s.license = 'BSD 3-Clause License' s.summary = 'R2 Shared' s.homepage = 'http://readium.github.io' - s.author = { "Aferdita Muriqi" => "aferdita.muriqi@gmail.com" } - s.source = { :git => 'https://github.com/readium/r2-shared-swift.git', :branch => 'develop' } + s.author = { "Readium" => "contact@readium.org" } + s.source = { :git => 'https://github.com/readium/r2-shared-swift.git', :tag => '2.1.0' } s.exclude_files = ["**/Info*.plist", "r2-shared-swift/Toolkit/Archive/ZIPFoundation.swift"] s.requires_arc = true s.resources = ['r2-shared-swift/Resources/**']