summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHendrik Leppelsack <hendrik@leppelsack.de>2018-02-26 20:46:54 +0100
committerGitHub <noreply@github.com>2018-02-26 20:46:54 +0100
commitf54b3f8f8c8f0aa4bee952a2acabfdfa0da3d1c7 (patch)
treeff93990c1e0a657c681cb90ddf8f38730578a085
parent05b6be2325bed13f651a34a4bc70ebefce7e4273 (diff)
parent2ff5ea12c49ad23798e7a68b631155ee39870eec (diff)
Merge pull request #498 from nextcloud/release-2.1.1v2.1.1
Release 2.1.1
-rw-r--r--appinfo/info.xml2
-rw-r--r--package.json1
2 files changed, 2 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 426c0dc8..8c67e1d1 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.0</version>
+ <version>2.1.1</version>
<licence>AGPL</licence>
<author>Alexander Weidinger</author>
<author>Jan-Christoph Borchardt</author>
diff --git a/package.json b/package.json
index 76f4b754..49974a59 100644
--- a/package.json
+++ b/package.json
@@ -45,6 +45,7 @@
"mocha": "^3.0.2",
"node-sass": "^4.5.3",
"sinon": "^1.17.5",
+ "stylelint": "^9.1.1",
"stylelint-config-recommended-scss": "^3.1.0",
"stylelint-scss": "^2.4.0",
"underscore": "^1.8.3"