diff --git a/bump-version.sh b/bump-version.sh index 36e54608..dc8ab9ed 100755 --- a/bump-version.sh +++ b/bump-version.sh @@ -29,7 +29,7 @@ npm version patch cd .. cp plugin/manifest.json manifest.json # for BRAT, otherwise it wouldn't update git add . -TAG=$(node -p "require('./package.json').version") +TAG=$(node -p "require('./plugin/package.json').version") git commit -m "Bump versions to $TAG" echo "Tagging $TAG" git tag -a $TAG -m "Release $TAG"