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

Commit

Permalink
2.0.0-beta.2 (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-menu authored Apr 14, 2021
1 parent f0f5935 commit 488f871
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 8 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ 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]
<!--## [Unreleased]-->

## [2.0.0-beta.2]

### Changed

* The HTTP server now requests that publication resources are not cached by browsers.
* Caching poses a security risk for protected publications.
* CocoaPods is not supported anymore.


## [2.0.0-beta.1]
Expand Down Expand Up @@ -55,3 +56,4 @@ All notable changes to this project will be documented in this file.
[2.0.0-alpha.1]: https://github.com/readium/r2-streamer-swift/compare/1.2.5...2.0.0-alpha.1
[2.0.0-alpha.2]: https://github.com/readium/r2-streamer-swift/compare/2.0.0-alpha.1...2.0.0-alpha.2
[2.0.0-beta.1]: https://github.com/readium/r2-streamer-swift/compare/2.0.0-alpha.2...2.0.0-beta.1
[2.0.0-beta.2]: https://github.com/readium/r2-streamer-swift/compare/2.0.0-beta.1...2.0.0-beta.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-beta.2
github "dexman/Minizip" == 1.4.0
github "cezheng/Fuzi" == 3.1.3
github "krzyzanowskim/CryptoSwift" == 1.3.8
Expand Down
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ github "cezheng/Fuzi" "3.1.3"
github "dexman/Minizip" "1.4.0"
github "edrlab/GCDWebServer" "3.6.3"
github "krzyzanowskim/CryptoSwift" "1.3.8"
github "readium/r2-shared-swift" "8065a61e72b46214a71f7128c8ce1594fc30c85d"
github "readium/r2-shared-swift" "2.0.0-beta.2"
2 changes: 1 addition & 1 deletion R2Streamer.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "R2Streamer"
s.version = "2.0.0-beta.1"
s.version = "2.0.0-beta.2"
s.license = "BSD 3-Clause License"
s.summary = "R2 Streamer"
s.homepage = "http://readium.github.io"
Expand Down
2 changes: 1 addition & 1 deletion r2-streamer-swift.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1020;
LastUpgradeCheck = 1230;
LastUpgradeCheck = 1240;
ORGANIZATIONNAME = Readium;
TargetAttributes = {
59501DCC1E2FB0D700D1B4BF = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1230"
LastUpgradeVersion = "1240"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1230"
LastUpgradeVersion = "1240"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down

0 comments on commit 488f871

Please sign in to comment.