Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ocsms.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfred Egger <alfred.egger@gmx.at>2020-06-11 23:57:55 +0300
committerAlfred Egger <alfred.egger@gmx.at>2020-06-11 23:57:55 +0300
commit88d672e103fe90b2565c9f2520bd8726fe668a72 (patch)
tree93072fe202aeb662f0bfde7a67a41aa038046df5
parent82cd91e761c38b17b85e383c70cb50e5dc28c7ae (diff)
Release 2.1.82.1.8
-rwxr-xr-x.ci/release_app.sh8
-rw-r--r--appinfo/info.xml2
2 files changed, 5 insertions, 5 deletions
diff --git a/.ci/release_app.sh b/.ci/release_app.sh
index 27201b3..d10e3e4 100755
--- a/.ci/release_app.sh
+++ b/.ci/release_app.sh
@@ -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
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 4dcc535..d8131a3 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -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>