Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

Commit

Permalink
Bump version to 2.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-menu committed Dec 23, 2020
1 parent fabd504 commit 981a460
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions R2Shared.podspec
Original file line number Diff line number Diff line change
@@ -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" => "[email protected]" }
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/**']
Expand Down

0 comments on commit 981a460

Please sign in to comment.