Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2020-12-13 19:21:38 +0300
committersualko <klaus@jsxc.org>2020-12-13 19:21:38 +0300
commit8dac9e6dd1fbe7e4a4ca7eb1d61e5b59f228ab3e (patch)
tree4541a446ee708aa504ae45f33ea482aa22782316
parentfbd89a923b789105c5c1ef3fefefd47e1e186388 (diff)
release: 4.2.0 :tada:v4.2.0
-rwxr-xr-xappinfo/info.xml2
-rw-r--r--package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index ebb8f41..dd11b76 100755
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -14,7 +14,7 @@
*This app works best with a external XMPP server.*
]]></description>
- <version>4.2.0-beta.1</version>
+ <version>4.2.0</version>
<licence>agpl</licence>
<author mail="klaus@jsxc.org">Klaus Herberth</author>
<author>Tobia De Koninck</author>
diff --git a/package.json b/package.json
index f182dd3..438484f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ojsxc",
- "version": "4.2.0-beta.1",
+ "version": "4.2.0",
"description": "Real-time chat app for Nextcloud",
"homepage": "http://www.jsxc.org/",
"bugs": "https://github.com/jsxc/jsxc/issues",