From 981a46035fbca45518c9773d81d0ebb8da91857b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mickae=CC=88l=20Menu?= Date: Wed, 23 Dec 2020 14:40:37 +0100 Subject: [PATCH] Bump version to 2.0.0-beta.1 --- CHANGELOG.md | 3 +++ R2Shared.podspec | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e664db7..dd9db768 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [2.0.0-beta.1] + ### Added * `PublicationAsset` is a new protocol which can be used to open a publication from various medium, such as a file, a remote URL or a custom source. @@ -68,3 +70,4 @@ All notable changes to this project will be documented in this file. [unreleased]: https://github.com/readium/r2-shared-swift/compare/master...HEAD [2.0.0-alpha.1]: https://github.com/readium/r2-shared-swift/compare/1.4.3...2.0.0-alpha.1 [2.0.0-alpha.2]: https://github.com/readium/r2-shared-swift/compare/2.0.0-alpha.1...2.0.0-alpha.2 +[2.0.0-beta.1]: https://github.com/readium/r2-shared-swift/compare/2.0.0-alpha.2...2.0.0-beta.1 diff --git a/R2Shared.podspec b/R2Shared.podspec index 2a65420e..658c3ba4 100644 --- a/R2Shared.podspec +++ b/R2Shared.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = 'R2Shared' - s.version = '2.0.0-alpha.2' + s.version = '2.0.0-beta.1' 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', :tag => '2.0.0-alpha.2' } + s.source = { :git => 'https://github.com/readium/r2-shared-swift.git', :tag => '2.0.0-beta.1' } s.exclude_files = ["**/Info*.plist", "r2-shared-swift/Toolkit/Archive/ZIPFoundation.swift"] s.requires_arc = true s.resources = ['r2-shared-swift/Resources/**']