1
0
mirror of https://github.com/MatMoul/quickdial-webext.git synced 2025-11-20 22:42:06 +00:00

Version 0.0.2

This commit is contained in:
2017-10-05 21:31:15 +02:00
parent 5f6d1df70d
commit f13b16d94b
3 changed files with 26 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ version=$1
sed -i "/\"version\":/c\ \ \"version\": \"$version\"," src/manifest.json
git commit -m "Version $version" makefile src/*
git commit -a -m "Version $version"
git push
git checkout master