Skip to content

Commit 63deb4f

Browse files
committed
Update docs generator
1 parent b2bc826 commit 63deb4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.generate-docs.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ set -e
33

44
MODULE_VERSION=$1
55
OUTPUT=$2
6-
SWIFT_VERSION="4.0"
6+
SWIFT_VERSION="4.2"
77
AUTHOR="Alexis Aubry"
88
AUTHOR_URL="https://twitter.com/_alexaubry"
99
MODULE_NAME="JavaScriptKit"
10-
COPYRIGHT="Copyright © 2017 $AUTHOR. Available under the MIT License."
10+
COPYRIGHT="Copyright © 2017 - present $AUTHOR. Available under the MIT License."
1111
GITHUB_URL="https://github.com/alexaubry/JavaScriptKit"
1212
GH_PAGES_URL="https://alexaubry.github.io/JavaScriptKit"
1313

@@ -23,4 +23,4 @@ jazzy \
2323
-r "$GH_PAGES_URL" \
2424
-o "$OUTPUT"\
2525
--min-acl public \
26-
--use-safe-filenames
26+
--use-safe-filenames

0 commit comments

Comments
 (0)