Skip to content

Commit ba2cf63

Browse files
committed
0.1.3
1 parent a8d1396 commit ba2cf63

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bin/commands.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ realpath() {
55
[[ $1 = /* ]] && echo "$1" || echo "$PWD/${1#./}"
66
}
77

8-
echo "Docs Engine Version: 0.1.2"
8+
echo "Docs Engine Version: 0.1.3"
99

1010
docs_engine_path=$(dirname $(dirname $(realpath "$0")))
1111
parent_path=$(dirname $docs_engine_path)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cloudflare-docs-engine",
33
"private": true,
44
"description": "Cloudflare Workers documentation engine",
5-
"version": "0.1.2",
5+
"version": "0.1.3",
66
"author": "Cloudflare <[email protected]>",
77
"dependencies": {
88
"@adaptivelink/pops": "0.2.10",

0 commit comments

Comments
 (0)