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>2021-05-29 18:15:44 +0300
committersualko <klaus@jsxc.org>2021-05-29 18:15:44 +0300
commit9383a77ba5e8f5def72f61e4a234ff8ab66545ad (patch)
tree1dfafe8a1a13452d5d7842bf3157f1c9882b19b2
parent91b903933b67dc6ac7548df9e58dc9d759ba2373 (diff)
release: 4.3.0-beta.1 :tada:v4.3.0-beta.1
-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 a29dfed..eb83932 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.1</version>
+ <version>4.3.0-beta.1</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 1f1012c..7d1035f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ojsxc",
- "version": "4.2.1",
+ "version": "4.3.0-beta.1",
"description": "Real-time chat app for Nextcloud",
"homepage": "http://www.jsxc.org/",
"bugs": "https://github.com/jsxc/jsxc/issues",