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: MAINTAINING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ You are ready to release a new version of the Swift toolkit? Great, follow these
18
18
4. Issue the new release.
19
19
1. Create a branch with the same name as the future tag, from `develop`.
20
20
2. Bump the version numbers in the `Support/CocoaPods/*.podspec` files.
21
-
* :warning: Don't forget to use `:tag => s.version` in the `Podspec` files instead of `:branch`.
21
+
* :warning: Don't forget to bump the version numbers of the Readium dependencies as well.
22
22
3. Bump the version numbers in `README.md`.
23
23
4. Bump the version numbers in `TestApp/Sources/Info.plist`.
24
24
5. Close the version in the `CHANGELOG.md`, [for example](https://github.com/readium/swift-toolkit/pull/353/commits/a0714589b3da928dd923ba78f379116715797333#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed).
Copy file name to clipboardExpand all lines: README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ If you're stuck, find more information at [developer.apple.com](https://develope
46
46
Add the following to your `Cartfile`:
47
47
48
48
```
49
-
github "readium/swift-toolkit" ~> 3.1.0
49
+
github "readium/swift-toolkit" ~> 3.2.0
50
50
```
51
51
52
52
Then, [follow the usual Carthage steps](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application) to add the Readium libraries to your project.
@@ -76,11 +76,11 @@ Add the following `pod` statements to your `Podfile` for the Readium libraries y
76
76
source 'https://github.com/readium/podspecs'
77
77
source 'https://cdn.cocoapods.org/'
78
78
79
-
pod 'ReadiumShared', '~> 3.1.0'
80
-
pod 'ReadiumStreamer', '~> 3.1.0'
81
-
pod 'ReadiumNavigator', '~> 3.1.0'
82
-
pod 'ReadiumOPDS', '~> 3.1.0'
83
-
pod 'ReadiumLCP', '~> 3.1.0'
79
+
pod 'ReadiumShared', '~> 3.2.0'
80
+
pod 'ReadiumStreamer', '~> 3.2.0'
81
+
pod 'ReadiumNavigator', '~> 3.2.0'
82
+
pod 'ReadiumOPDS', '~> 3.2.0'
83
+
pod 'ReadiumLCP', '~> 3.2.0'
84
84
```
85
85
86
86
Take a look at [CocoaPods's documentation](https://guides.cocoapods.org/using/using-cocoapods.html) for more information.
0 commit comments