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-05-15 18:57:45 +0300
committersualko <klaus@jsxc.org>2020-05-15 18:57:45 +0300
commit19cbd916611d4169d33d196dcace5f1ff67e85d3 (patch)
tree53f2725b6b71b41dc79c8112e71e2727910bf124
parent3566833c046b564db5b7404b80c7f959d736c051 (diff)
release: 4.1.0 :tada:v4.1.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 607e60f..437db49 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.1.0-rc.3</version>
+ <version>4.1.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 6bf552b..68267c4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ojsxc",
- "version": "4.1.0-rc.3",
+ "version": "4.1.0",
"description": "Real-time chat app for Nextcloud",
"homepage": "http://www.jsxc.org/",
"bugs": "https://github.com/jsxc/jsxc/issues",