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.8.0]
6
8
7
9
### Added
8
10
@@ -1151,3 +1153,4 @@ progression. Now if no reading progression is set, the `effectiveReadingProgress
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ Guides are available to help you make the most of the toolkit.
103
103
| Readium | iOS | Swift compiler | Xcode |
104
104
|-----------|------|----------------|-------|
105
105
|`develop`| 15.0 | 6.0 | 16.4 |
106
-
| 3.7.0 | 15.0 | 6.0 | 16.4 |
106
+
| 3.8.0 | 15.0 | 6.0 | 16.4 |
107
107
| 3.0.0 | 13.4 | 5.10 | 15.4 |
108
108
| 2.5.1 | 11.0 | 5.6.1 | 13.4 |
109
109
| 2.5.0 | 10.0 | 5.6.1 | 13.4 |
@@ -129,7 +129,7 @@ If you're stuck, find more information at [developer.apple.com](https://develope
129
129
Add the following to your `Cartfile`:
130
130
131
131
```
132
-
github "readium/swift-toolkit" ~> 3.7.0
132
+
github "readium/swift-toolkit" ~> 3.8.0
133
133
```
134
134
135
135
Then, [follow the usual Carthage steps](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application) to add the Readium libraries to your project.
@@ -159,11 +159,11 @@ Add the following `pod` statements to your `Podfile` for the Readium libraries y
159
159
source 'https://github.com/readium/podspecs'
160
160
source 'https://cdn.cocoapods.org/'
161
161
162
-
pod 'ReadiumShared', '~> 3.7.0'
163
-
pod 'ReadiumStreamer', '~> 3.7.0'
164
-
pod 'ReadiumNavigator', '~> 3.7.0'
165
-
pod 'ReadiumOPDS', '~> 3.7.0'
166
-
pod 'ReadiumLCP', '~> 3.7.0'
162
+
pod 'ReadiumShared', '~> 3.8.0'
163
+
pod 'ReadiumStreamer', '~> 3.8.0'
164
+
pod 'ReadiumNavigator', '~> 3.8.0'
165
+
pod 'ReadiumOPDS', '~> 3.8.0'
166
+
pod 'ReadiumLCP', '~> 3.8.0'
167
167
```
168
168
169
169
Take a look at [CocoaPods's documentation](https://guides.cocoapods.org/using/using-cocoapods.html) for more information.
0 commit comments