summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-08-02 11:38:32 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-08-02 11:38:32 +0200
commitd0c21273f7059bc183683d4421a33685b737d26e (patch)
tree90566341ce0dbc5943f131954fb26505aaa26e20
parent7245aad6b2f2a74656935091b65233ef45cb0924 (diff)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-rw-r--r--Makefile3
-rw-r--r--appinfo/info.xml2
-rw-r--r--package.json2
3 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index a9f79072..374dbbb5 100644
--- a/Makefile
+++ b/Makefile
@@ -151,7 +151,8 @@ appstore:
$(project_directory)/templates \
$(project_directory)/js/public \
$(project_directory)/js/vendor \
- $(project_directory)/js/dav/dav.js
+ $(project_directory)/js/dav/dav.js \
+ $(project_directory)/js/contacts-inject-14.js
# Command for running JS and PHP tests. Works for package.json files in the js/
# and root directory. If phpunit is not installed systemwide, a copy is fetched
diff --git a/appinfo/info.xml b/appinfo/info.xml
index fcbdfbc6..cdf503a8 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.6</version>
+ <version>2.1.6-beta</version>
<licence>AGPL</licence>
<author>Alexander Weidinger</author>
<author>Jan-Christoph Borchardt</author>
diff --git a/package.json b/package.json
index c6f0d452..ac5142ac 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "contacts",
- "version": "2.1.6",
+ "version": "2.1.6-beta",
"description": "Place this app in **nextcloud/apps/**",
"author": {
"name": "Hendrik Leppelsack",