File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
### main
4
4
5
- [ Full Changelog] ( https://github.com/parse-community/Parse-Swift/compare/4.3.0 ...main )
5
+ [ Full Changelog] ( https://github.com/parse-community/Parse-Swift/compare/4.3.1 ...main )
6
6
* _ Contributing to this repo? Add info about your change here to be included in the next release_
7
7
8
+ ### 4.3.1
9
+ [ Full Changelog] ( https://github.com/parse-community/Parse-Swift/compare/4.3.0...4.3.1 )
10
+
11
+ __ Fixes__
12
+ - Fix links to API documentation ([ #354 ] ( https://github.com/parse-community/Parse-Swift/pull/354 ) ), thanks to [ Corey Baker] ( https://github.com/cbaker6 ) .
13
+
8
14
### 4.3.0
9
15
[ Full Changelog] ( https://github.com/parse-community/Parse-Swift/compare/4.2.0...4.3.0 )
10
16
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ EXTRA_DOCC_FLAGS="--index"
118
118
# If building for publishing, don't pass the --index flag but pass additional flags for
119
119
# static hosting configuration.
120
120
if [ " $PUBLISH " = " YES" ]; then
121
- EXTRA_DOCC_FLAGS=" --transform-for-static-hosting --hosting-base-path ParseSwift /$HOSTING_BASE_PATH "
121
+ EXTRA_DOCC_FLAGS=" --transform-for-static-hosting --hosting-base-path Parse-Swift /$HOSTING_BASE_PATH "
122
122
fi
123
123
124
124
# Handle the case where a DocC catalog does not exist in the ParseSwift repo
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import Foundation
10
10
11
11
enum ParseConstants {
12
12
static let sdk = " swift "
13
- static let version = " 4.3.0 "
13
+ static let version = " 4.3.1 "
14
14
static let fileManagementDirectory = " parse/ "
15
15
static let fileManagementPrivateDocumentsDirectory = " Private Documents/ "
16
16
static let fileManagementLibraryDirectory = " Library/ "
You can’t perform that action at this time.
0 commit comments