summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/issue_template.md2
-rw-r--r--appinfo/info.xml2
-rw-r--r--package.json86
3 files changed, 45 insertions, 45 deletions
diff --git a/.github/issue_template.md b/.github/issue_template.md
index b3d8ca5b..733c7c1f 100644
--- a/.github/issue_template.md
+++ b/.github/issue_template.md
@@ -51,7 +51,7 @@ from within your Nextcloud installation folder
```
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
-from within your ownCloud installation folder
+from within your Nextcloud installation folder
or
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 02986941..b16dee57 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -4,7 +4,7 @@
<id>contacts</id>
<name>Contacts</name>
<description>The new and improved app for your Contacts.</description>
- <version>1.5.0</version>
+ <version>1.4.0</version>
<licence>AGPL</licence>
<author>Alexander Weidinger</author>
<author>Jan-Christoph Borchardt</author>
diff --git a/package.json b/package.json
index 98b260e9..5f52bd81 100644
--- a/package.json
+++ b/package.json
@@ -1,45 +1,45 @@
{
- "name": "contacts",
- "version": "1.5.0",
- "description": "Place this app in **nextcloud/apps/**",
- "author": {
- "name": "Hendrik Leppelsack",
- "email": "hendrik@leppelsack.de"
- },
- "private": true,
- "repository": {
- "type": "git",
- "url": "git+https://github.com/nextcloud/contacts.git"
- },
- "license": "AGPL-3.0",
- "bugs": {
- "url": "https://github.com/nextcloud/contacts/issues"
- },
- "homepage": "https://github.com/nextcloud/contacts#readme",
- "scripts": {
- "test": "node node_modules/gulp-cli/bin/gulp.js karma",
- "prebuild": "npm install && npm update && node_modules/bower/bin/bower install && node_modules/bower/bin/bower update",
- "build": "node node_modules/gulp-cli/bin/gulp.js",
- "watch": "node node_modules/gulp-cli/bin/gulp.js watch"
- },
- "devDependencies": {
- "bower": "^1.7.9",
- "chai": "^3.5.0",
- "codecov": "^1.0.1",
- "gulp": "^3.9.1",
- "gulp-cli": "^1.2.2",
- "gulp-concat": "^2.6.0",
- "gulp-eslint": "^3.0.1",
- "gulp-ng-annotate": "^2.0.0",
- "gulp-sourcemaps": "^1.6.0",
- "karma": "^1.2.0",
- "karma-chai": "^0.1.0",
- "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"
- }
+ "name": "contacts",
+ "version": "1.4.0",
+ "description": "Place this app in **nextcloud/apps/**",
+ "author": {
+ "name": "Hendrik Leppelsack",
+ "email": "hendrik@leppelsack.de"
+ },
+ "private": true,
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/nextcloud/contacts.git"
+ },
+ "license": "AGPL-3.0",
+ "bugs": {
+ "url": "https://github.com/nextcloud/contacts/issues"
+ },
+ "homepage": "https://github.com/nextcloud/contacts#readme",
+ "scripts": {
+ "test": "node node_modules/gulp-cli/bin/gulp.js karma",
+ "prebuild": "npm install && npm update && node_modules/bower/bin/bower install && node_modules/bower/bin/bower update",
+ "build": "node node_modules/gulp-cli/bin/gulp.js",
+ "watch": "node node_modules/gulp-cli/bin/gulp.js watch"
+ },
+ "devDependencies": {
+ "bower": "^1.7.9",
+ "chai": "^3.5.0",
+ "codecov": "^1.0.1",
+ "gulp": "^3.9.1",
+ "gulp-cli": "^1.2.2",
+ "gulp-concat": "^2.6.0",
+ "gulp-eslint": "^3.0.1",
+ "gulp-ng-annotate": "^2.0.0",
+ "gulp-sourcemaps": "^1.6.0",
+ "karma": "^1.2.0",
+ "karma-chai": "^0.1.0",
+ "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"
+ }
}