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:
authorLoic Blot <loic.blot@unix-experience.fr>2019-06-03 21:22:19 +0300
committerLoic Blot <loic.blot@unix-experience.fr>2019-06-03 21:22:19 +0300
commite8bf7b241dc1d2a2a208065237c108c9d7827a8f (patch)
treea921b4c61166626ebc20ac45aca174827167336d
parenteeb99fe4c020b8bb28cdb1609dd8bf23e2234bed (diff)
Release 2.1.32.1.3
-rw-r--r--appinfo/info.xml2
-rw-r--r--package.json4
2 files changed, 3 insertions, 3 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index e5172c6..85cdedb 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 homepage="https://www.unix-experience.fr">Loic Blot</author>
- <version>2.1.2</version>
+ <version>2.1.3</version>
<category>multimedia</category>
<category>tools</category>
<dependencies>
diff --git a/package.json b/package.json
index 39c15e5..885a946 100644
--- a/package.json
+++ b/package.json
@@ -1,8 +1,8 @@
{
"devDependencies": {
- "gulp": "^3.9.1",
+ "gulp": "^4.0.2",
"gulp-concat": "latest",
- "gulp-uglify": "^3.0.1",
+ "gulp-uglify": "^3.0.2",
"gulp-uglify-es": "^1.0.4",
"gulp-rename": "latest"
},