Skip to content

Commit 7d932d4

Browse files
committed
let it breathe
1 parent d44b81e commit 7d932d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/post_version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ cd $(dirname "${BASH_SOURCE[0]}")
22

33
PACKAGE_VERSION=`awk -F \" '/"version": ".+"/ { print $4; exit; }' ../package.json`
44

5-
echo "{\n \"version\": \"$PACKAGE_VERSION\"\n}" > ../src/version.json
5+
echo "{\n \"version\": \"$PACKAGE_VERSION\"\n}" > ../src/version.json

0 commit comments

Comments
 (0)