We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2bc826 commit 63deb4fCopy full SHA for 63deb4f
.generate-docs.sh
@@ -3,11 +3,11 @@ set -e
3
4
MODULE_VERSION=$1
5
OUTPUT=$2
6
-SWIFT_VERSION="4.0"
+SWIFT_VERSION="4.2"
7
AUTHOR="Alexis Aubry"
8
AUTHOR_URL="https://twitter.com/_alexaubry"
9
MODULE_NAME="JavaScriptKit"
10
-COPYRIGHT="Copyright © 2017 $AUTHOR. Available under the MIT License."
+COPYRIGHT="Copyright © 2017 - present $AUTHOR. Available under the MIT License."
11
GITHUB_URL="https://github.com/alexaubry/JavaScriptKit"
12
GH_PAGES_URL="https://alexaubry.github.io/JavaScriptKit"
13
@@ -23,4 +23,4 @@ jazzy \
23
-r "$GH_PAGES_URL" \
24
-o "$OUTPUT"\
25
--min-acl public \
26
- --use-safe-filenames
+ --use-safe-filenames
0 commit comments