summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--appinfo/info.xml2
-rw-r--r--bower.json12
-rw-r--r--package.json28
4 files changed, 23 insertions, 23 deletions
diff --git a/README.md b/README.md
index 30d7b13b..2e744929 100644
--- a/README.md
+++ b/README.md
@@ -7,9 +7,9 @@
![codecov.io](https://codecov.io/github/owncloud/contacts/branch.svg?branch=master)
-**A contacts app for [ownCloud](https://owncloud.org).**
+**A contacts app for [ownCloud](https://owncloud.org) and [Nextcloud](https://nextcloud.com).**
-This is the new contacts app that has replaced the [old contacts app](https://github.com/owncloudarchive/contacts) with ownCloud 9.0, and is only the frontend for the new CardDAV-Backend which has moved into the [ownCloud Core](https://github.com/owncloud/core).
+This is the new contacts app that has replaced the [old contacts app](https://github.com/owncloudarchive/contacts), and is only the frontend for the new server-integrated CardDAV-Backend.
![](https://raw.githubusercontent.com/owncloud/screenshots/master/contacts/contacts.png)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 9c4aa7ad..1f447b1e 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
<description>The new and improved app for your Contacts.</description>
<licence>AGPL</licence>
<author>Hendrik Leppelsack, Thomas Müller, Alexander Weidinger, Jan-Christoph Borchardt, Tom Needham</author>
- <version>1.4.0.0</version>
+ <version>1.5.0.0</version>
<documentation>
<user>https://doc.owncloud.org/server/9.1/user_manual/pim/contacts.html</user>
<admin>https://doc.owncloud.org/server/9.1/admin_manual/configuration_server/occ_command.html?highlight=contact#dav-commands</admin>
diff --git a/bower.json b/bower.json
index 012dda13..2f242749 100644
--- a/bower.json
+++ b/bower.json
@@ -18,18 +18,18 @@
"tests"
],
"dependencies": {
- "angular": "1.5.0",
+ "angular": "1.5.8",
"angular-bootstrap": "1.1.2",
- "angular-cache": "4.5.0",
- "angular-route": "1.5.0",
- "angular-sanitize": "1.5.0",
+ "angular-cache": "4.6.0",
+ "angular-route": "1.5.8",
+ "angular-sanitize": "1.5.8",
"angular-uuid4": "0.3.1",
"jquery-timepicker": "883bb2cd94",
"ui-select": "angular-ui/ui-select#0.14.9",
- "vcard": "Heymdall/vcard#85eea2763290ef9d5b8da8d49f49cce79a41b516"
+ "vcard": "Heymdall/vcard#1eb59e9b4406a3253bbb9295a1da776d22cdfe3a"
},
"devDependencies": {
- "angular-mocks": "1.5.0",
+ "angular-mocks": "1.5.8",
"underscore": "^1.8.3"
}
}
diff --git a/package.json b/package.json
index 444a37af..4f39217d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "contacts",
- "version": "0.1.0",
+ "version": "1.5.0",
"description": "Place this app in **owncloud/apps/**",
"author": {
"name": "Hendrik Leppelsack",
@@ -23,23 +23,23 @@
"watch": "node node_modules/gulp-cli/bin/gulp.js watch"
},
"devDependencies": {
- "bower": "",
+ "bower": "^1.7.9",
"chai": "^3.5.0",
- "codecov": ">1.0.0",
- "gulp": "^3.9.0",
- "gulp-cli": "^1.2.1",
+ "codecov": "^1.0.1",
+ "gulp": "^3.9.1",
+ "gulp-cli": "^1.2.2",
"gulp-concat": "^2.6.0",
- "gulp-eslint": "^2.0.0",
+ "gulp-eslint": "^3.0.1",
"gulp-ng-annotate": "^2.0.0",
"gulp-sourcemaps": "^1.6.0",
- "karma": "^0.13.22",
+ "karma": "^1.2.0",
"karma-chai": "^0.1.0",
- "karma-coverage": "^0.5.5",
- "karma-firefox-launcher": "^0.1.7",
- "karma-mocha": "^0.2.2",
- "karma-mocha-reporter": "^2.0.0",
- "karma-sinon": "^1.0.4",
- "mocha": "^2.4.5",
- "sinon": "^1.17.3"
+ "karma-coverage": "^1.1.1",
+ "karma-firefox-launcher": "^1.0.0",
+ "karma-mocha": "^1.1.1",
+ "karma-mocha-reporter": "^2.1.0",
+ "karma-sinon": "^1.0.5",
+ "mocha": "^3.0.2",
+ "sinon": "^1.17.5"
}
}