From 41ed31afbbf8b8baa9579a22db031e8d386ea1f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Menu?= Date: Fri, 28 May 2021 16:35:16 +0200 Subject: [PATCH] 2.0.1 (#140) --- CHANGELOG.md | 5 ++++- R2Shared.podspec | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bee5df25..0b534148 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 *experimental* may change or be removed in a future release without notice. Use with caution. -## [Unreleased] + + +## [2.0.1] ### Fixed @@ -112,3 +114,4 @@ All notable changes to this project will be documented in this file. [2.0.0-beta.1]: https://github.com/readium/r2-shared-swift/compare/2.0.0-alpha.2...2.0.0-beta.1 [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 diff --git a/R2Shared.podspec b/R2Shared.podspec index 6b27b0dd..752f93d5 100644 --- a/R2Shared.podspec +++ b/R2Shared.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'R2Shared' - s.version = '2.0.0' + s.version = '2.0.1' s.license = 'BSD 3-Clause License' s.summary = 'R2 Shared' s.homepage = 'http://readium.github.io'