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

Commit c804406

Browse files
committed
Bump version to 2.0.0-alpha.2
1 parent f9a1b23 commit c804406

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ All notable changes to this project will be documented in this file.
66

77
## [Unreleased]
88

9+
10+
## [2.0.0-alpha.2]
11+
912
### Added
1013

1114
* [Streamer API](https://readium.org/architecture/proposals/005-streamer-api) offers a simple interface to parse a publication and replace standalone parsers.
@@ -21,6 +24,7 @@ All notable changes to this project will be documented in this file.
2124

2225
* Deobfuscating ranges of EPUB resources.
2326

27+
2428
## [2.0.0-alpha.1]
2529

2630
### Added
@@ -34,3 +38,4 @@ All notable changes to this project will be documented in this file.
3438

3539
[unreleased]: https://github.com/readium/r2-streamer-swift/compare/master...HEAD
3640
[2.0.0-alpha.1]: https://github.com/readium/r2-streamer-swift/compare/1.2.5...2.0.0-alpha.1
41+
[2.0.0-alpha.2]: https://github.com/readium/r2-streamer-swift/compare/2.0.0-alpha.1...2.0.0-alpha.2

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
github "readium/r2-shared-swift" "develop"
1+
github "readium/r2-shared-swift" == 2.0.0-alpha.2
22
github "dexman/Minizip" == 1.4.0
33
github "cezheng/Fuzi" == 3.1.2
44
github "krzyzanowskim/CryptoSwift" == 1.3.1

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ github "cezheng/Fuzi" "3.1.2"
22
github "dexman/Minizip" "1.4.0"
33
github "edrlab/GCDWebServer" "3.6.2"
44
github "krzyzanowskim/CryptoSwift" "1.3.1"
5-
github "readium/r2-shared-swift" "ef446a7ab96910ab78381841465c5d104310b87e"
5+
github "readium/r2-shared-swift" "2.0.0-alpha.2"

R2Streamer.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22

33
s.name = "R2Streamer"
4-
s.version = "2.0.0-alpha.1"
4+
s.version = "2.0.0-alpha.2"
55
s.license = "BSD 3-Clause License"
66
s.summary = "R2 Streamer"
77
s.homepage = "http://readium.github.io"
88
s.author = { "Aferdita Muriqi" => "[email protected]" }
9-
s.source = { :git => "https://github.com/readium/r2-streamer-swift.git", :tag => "2.0.0-alpha.1" }
9+
s.source = { :git => "https://github.com/readium/r2-streamer-swift.git", :tag => "2.0.0-alpha.2" }
1010
s.exclude_files = ["**/Info*.plist"]
1111
s.requires_arc = true
1212
s.resources = ['r2-streamer-swift/Resources/**']

0 commit comments

Comments
 (0)