1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-05 23:16:21 +00:00

Release 2.1.8

This commit is contained in:
Alfred Egger 2020-06-11 22:57:55 +02:00
parent 82cd91e761
commit 88d672e103
2 changed files with 5 additions and 5 deletions

View File

@ -12,13 +12,13 @@ SRC_DIR=`dirname $0`"/.."
RELEASE_VERSION=${1}
echo "Release version set to ${RELEASE_VERSION}"
which npm > /dev/null
which gulp > /dev/null
which wget > /dev/null
#which npm > /dev/null
#which gulp > /dev/null
#which wget > /dev/null
sed -ri 's/(.*)<version>(.+)<\/version>/\1<version>'${RELEASE_VERSION}'<\/version>/g' ${SRC_DIR}/appinfo/info.xml
npm install
gulp uglify
node_modules/gulp/bin/gulp.js uglify
git commit -am "Release "${RELEASE_VERSION}
git tag ${RELEASE_VERSION}
git push

View File

@ -7,7 +7,7 @@
<description>An app to sync SMS with your cloud</description>
<licence>agpl</licence>
<author>Loic Blot</author>
<version>2.1.7</version>
<version>2.1.8</version>
<category>multimedia</category>
<category>tools</category>
<dependencies>