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-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-menu committed Oct 27, 2020
1 parent 42b5706 commit 7e7483d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ All notable changes to this project will be documented in this file.

## [Unreleased]


## [2.0.0-alpha.2]

### Added

* LCP implementation of the [Content Protection API](https://readium.org/architecture/proposals/006-content-protection) to work with the new [Streamer API](https://readium.org/architecture/proposals/005-streamer-api).
Expand All @@ -26,6 +29,7 @@ All notable changes to this project will be documented in this file.

* [Decrypting resources in some edge cases](https://github.com/readium/r2-lcp-swift/pull/94).


## [2.0.0-alpha.1]

### Added
Expand All @@ -40,3 +44,4 @@ All notable changes to this project will be documented in this file.

[unreleased]: https://github.com/readium/r2-lcp-swift/compare/master...HEAD
[2.0.0-alpha.1]: https://github.com/readium/r2-lcp-swift/compare/1.2.3...2.0.0-alpha.1
[2.0.0-alpha.2]: https://github.com/readium/r2-lcp-swift/compare/2.0.0-alpha.1...2.0.0-alpha.2
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github "readium/r2-shared-swift" "develop"
github "readium/r2-shared-swift" == 2.0.0-alpha.2
github "stephencelis/SQLite.swift" == 0.12.2
github "krzyzanowskim/CryptoSwift" == 1.3.1
github "weichsel/ZIPFoundation" == 0.9.11
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
github "cezheng/Fuzi" "3.1.2"
github "dexman/Minizip" "1.4.0"
github "krzyzanowskim/CryptoSwift" "1.3.1"
github "readium/r2-shared-swift" "ef446a7ab96910ab78381841465c5d104310b87e"
github "readium/r2-shared-swift" "2.0.0-alpha.2"
github "stephencelis/SQLite.swift" "0.12.2"
github "weichsel/ZIPFoundation" "0.9.11"
4 changes: 2 additions & 2 deletions ReadiumLCP.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|

s.name = "ReadiumLCP"
s.version = "2.0.0-alpha.1"
s.version = "2.0.0-alpha.2"
s.license = "BSD 3-Clause License"
s.summary = "Readium LCP"
s.homepage = "http://readium.github.io"
s.author = { "Aferdita Muriqi" => "aferdita.muriqi@gmail.com" }
s.source = { :git => "https://github.com/readium/r2-lcp-swift.git", :tag => "2.0.0-alpha.1" }
s.source = { :git => "https://github.com/readium/r2-lcp-swift.git", :tag => "2.0.0-alpha.2" }
s.exclude_files = ["**/Info*.plist"]
s.requires_arc = true
s.resources = ['readium-lcp-swift/Resources/**']
Expand Down

0 comments on commit 7e7483d

Please sign in to comment.