diff --git a/create_tag.sh b/create_tag.sh new file mode 100644 index 0000000..a6713a8 --- /dev/null +++ b/create_tag.sh @@ -0,0 +1,4 @@ +tag=$(grep -Po '"version": ".*"' ./manifest.json | grep -Po '(?:(\d+)\.)?(?:(\d+)\.)?(?:(\d+)\.\d+)') +echo "Creating tag '$tag'" +git tag -a $tag -m "$tag" +git push origin $tag \ No newline at end of file diff --git a/manifest.json b/manifest.json index 21d2f3e..666513d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Phoenix", - "version": "2.1.7", + "version": "2.1.8", "minAppVersion": "1.0.0", "author": "RyzenFromFire", "authorUrl": "https://github.com/RyzenFromFire" diff --git a/thumbnail.png b/thumbnail.png new file mode 100644 index 0000000..2196092 Binary files /dev/null and b/thumbnail.png differ