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

Commit 488f871

Browse files
authored
2.0.0-beta.2 (#202)
1 parent f0f5935 commit 488f871

File tree

7 files changed

+10
-8
lines changed

7 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ All notable changes to this project will be documented in this file.
44

55
**Warning:** Features marked as *experimental* may change or be removed in a future release without notice. Use with caution.
66

7-
## [Unreleased]
7+
<!--## [Unreleased]-->
8+
9+
## [2.0.0-beta.2]
810

911
### Changed
1012

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

1516

1617
## [2.0.0-beta.1]
@@ -55,3 +56,4 @@ All notable changes to this project will be documented in this file.
5556
[2.0.0-alpha.1]: https://github.com/readium/r2-streamer-swift/compare/1.2.5...2.0.0-alpha.1
5657
[2.0.0-alpha.2]: https://github.com/readium/r2-streamer-swift/compare/2.0.0-alpha.1...2.0.0-alpha.2
5758
[2.0.0-beta.1]: https://github.com/readium/r2-streamer-swift/compare/2.0.0-alpha.2...2.0.0-beta.1
59+
[2.0.0-beta.2]: https://github.com/readium/r2-streamer-swift/compare/2.0.0-beta.1...2.0.0-beta.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-beta.2
22
github "dexman/Minizip" == 1.4.0
33
github "cezheng/Fuzi" == 3.1.3
44
github "krzyzanowskim/CryptoSwift" == 1.3.8

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.3"
22
github "dexman/Minizip" "1.4.0"
33
github "edrlab/GCDWebServer" "3.6.3"
44
github "krzyzanowskim/CryptoSwift" "1.3.8"
5-
github "readium/r2-shared-swift" "8065a61e72b46214a71f7128c8ce1594fc30c85d"
5+
github "readium/r2-shared-swift" "2.0.0-beta.2"

R2Streamer.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "R2Streamer"
4-
s.version = "2.0.0-beta.1"
4+
s.version = "2.0.0-beta.2"
55
s.license = "BSD 3-Clause License"
66
s.summary = "R2 Streamer"
77
s.homepage = "http://readium.github.io"

r2-streamer-swift.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@
611611
isa = PBXProject;
612612
attributes = {
613613
LastSwiftUpdateCheck = 1020;
614-
LastUpgradeCheck = 1230;
614+
LastUpgradeCheck = 1240;
615615
ORGANIZATIONNAME = Readium;
616616
TargetAttributes = {
617617
59501DCC1E2FB0D700D1B4BF = {

r2-streamer-swift.xcodeproj/xcshareddata/xcschemes/r2-streamer-swift.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1230"
3+
LastUpgradeVersion = "1240"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

r2-streamer-swift.xcodeproj/xcshareddata/xcschemes/r2-streamer-swiftTests.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1230"
3+
LastUpgradeVersion = "1240"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)