summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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",