diff --git a/helper-update-version b/helper-update-version index 3dea9fa..6ef43f2 100644 --- a/helper-update-version +++ b/helper-update-version @@ -14,6 +14,6 @@ echo $VERSION sed -i "s#\*\*Shipped version:\*\*.*#\*\*Shipped version:\*\* ${VERSION}#" ./README.md sed -i "s# \"version\": \".*# \"version\": \"${VERSION}\~ynh1\",#" ./manifest.json -sudo rm -f -R ./tmp +rm -f -R ./tmp git commit README.md manifest.json conf/app.src -m "$VERSION"