You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,9 @@
2
2
3
3
All notable changes to this project will be documented in this file. Take a look at [the migration guide](docs/Migration%20Guide.md) to upgrade between two major versions.
4
4
5
-
## [Unreleased]
5
+
<!-- ## [Unreleased] -->
6
+
7
+
## [3.5.0]
6
8
7
9
### Added
8
10
@@ -1006,3 +1008,4 @@ progression. Now if no reading progression is set, the `effectiveReadingProgress
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,7 @@ If you're stuck, find more information at [developer.apple.com](https://develope
113
113
Add the following to your `Cartfile`:
114
114
115
115
```
116
-
github "readium/swift-toolkit" ~> 3.4.0
116
+
github "readium/swift-toolkit" ~> 3.5.0
117
117
```
118
118
119
119
Then, [follow the usual Carthage steps](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application) to add the Readium libraries to your project.
@@ -143,11 +143,11 @@ Add the following `pod` statements to your `Podfile` for the Readium libraries y
143
143
source 'https://github.com/readium/podspecs'
144
144
source 'https://cdn.cocoapods.org/'
145
145
146
-
pod 'ReadiumShared', '~> 3.4.0'
147
-
pod 'ReadiumStreamer', '~> 3.4.0'
148
-
pod 'ReadiumNavigator', '~> 3.4.0'
149
-
pod 'ReadiumOPDS', '~> 3.4.0'
150
-
pod 'ReadiumLCP', '~> 3.4.0'
146
+
pod 'ReadiumShared', '~> 3.5.0'
147
+
pod 'ReadiumStreamer', '~> 3.5.0'
148
+
pod 'ReadiumNavigator', '~> 3.5.0'
149
+
pod 'ReadiumOPDS', '~> 3.5.0'
150
+
pod 'ReadiumLCP', '~> 3.5.0'
151
151
```
152
152
153
153
Take a look at [CocoaPods's documentation](https://guides.cocoapods.org/using/using-cocoapods.html) for more information.
0 commit comments