summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2018-06-01 08:55:06 +0200
committerGitHub <noreply@github.com>2018-06-01 08:55:06 +0200
commit745fa4c3fe18366384c4b68bc699cd9eef60687c (patch)
tree975d0c7ddaf74bffb5a917c9656783cdf77e587c
parentc8702e20233417bef45d5d873ffc3d2b5e7e17cb (diff)
parentcbe488f1b62d09579f52401c473f1e5c1ef75182 (diff)
Merge pull request #565 from nextcloud/update-bumpv2.1.4
2.1.4 update
-rw-r--r--appinfo/info.xml2
-rw-r--r--package.json10
2 files changed, 6 insertions, 6 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index e603bb38..0e9a1890 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -11,7 +11,7 @@
* 👥 **Sharing of Adressbooks!** You want to share your contacts with your friends or coworkers? No problem!
* 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library.
</description>
- <version>2.1.3</version>
+ <version>2.1.4</version>
<licence>AGPL</licence>
<author>Alexander Weidinger</author>
<author>Jan-Christoph Borchardt</author>
diff --git a/package.json b/package.json
index 2c1690bd..64d8f656 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "contacts",
- "version": "2.1.3",
+ "version": "2.1.4",
"description": "Place this app in **nextcloud/apps/**",
"author": {
"name": "Hendrik Leppelsack",
@@ -28,13 +28,13 @@
"chai": "^3.5.0",
"codecov": "^1.0.1",
"gulp": "^3.9.1",
- "gulp-cli": "^1.2.2",
+ "gulp-cli": "^2.0.1",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^3.0.1",
"gulp-ng-annotate": "^2.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-stylelint": "^5.0.0",
- "karma": "^1.2.0",
+ "karma": "^2.0.2",
"karma-chai": "^0.1.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.0",
@@ -42,8 +42,8 @@
"karma-mocha-reporter": "^2.1.0",
"karma-sinon": "^1.0.5",
"merge-stream": "^1.0.1",
- "mocha": "^3.0.2",
- "node-sass": "^4.5.3",
+ "mocha": "^5.2.0",
+ "node-sass": "^4.9.0",
"sinon": "^1.17.5",
"stylelint": "^9.1.1",
"stylelint-config-recommended-scss": "^3.1.0",