File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 22
33### main
44
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 )
66* _ Contributing to this repo? Add info about your change here to be included in the next release_
77
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+
814### 4.3.0
915[ Full Changelog] ( https://github.com/parse-community/Parse-Swift/compare/4.2.0...4.3.0 )
1016
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ EXTRA_DOCC_FLAGS="--index"
118118# If building for publishing, don't pass the --index flag but pass additional flags for
119119# static hosting configuration.
120120if [ " $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 "
122122fi
123123
124124# 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
1010
1111enum ParseConstants {
1212 static let sdk = " swift "
13- static let version = " 4.3.0 "
13+ static let version = " 4.3.1 "
1414 static let fileManagementDirectory = " parse/ "
1515 static let fileManagementPrivateDocumentsDirectory = " Private Documents/ "
1616 static let fileManagementLibraryDirectory = " Library/ "
You can’t perform that action at this time.
0 commit comments