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

github.com/sualko/cloud_piwik.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2021-12-01 16:43:33 +0300
committersualko <klaus@jsxc.org>2021-12-01 16:43:33 +0300
commit445585a39eea47bc5c2fe0018e0a2d7cbc7854bd (patch)
treee5dfe6f5bab006b0feab634ab6720a2b3dce59c9
parentce88c0c1ec3565236a778e5b884fd0810bdbcd9a (diff)
release: 0.10.0 :tada:HEADv0.10.0master
-rwxr-xr-xappinfo/info.xml2
-rw-r--r--build/appinfo/info.xml4
-rw-r--r--build/js/track.js4
-rw-r--r--package.json2
4 files changed, 6 insertions, 6 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 838d00d..e4b1cc9 100755
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -4,7 +4,7 @@
<name>Piwik/Matomo Tracking</name>
<summary>Track users with Piwik/Matomo</summary>
<description>Track users with Piwik/Matomo</description>
- <version>0.9.0</version>
+ <version>0.10.0</version>
<licence>agpl</licence>
<author>Klaus Herberth</author>
<category>tools</category>
diff --git a/build/appinfo/info.xml b/build/appinfo/info.xml
index bd5c54d..e4b1cc9 100644
--- a/build/appinfo/info.xml
+++ b/build/appinfo/info.xml
@@ -4,7 +4,7 @@
<name>Piwik/Matomo Tracking</name>
<summary>Track users with Piwik/Matomo</summary>
<description>Track users with Piwik/Matomo</description>
- <version>0.9.0</version>
+ <version>0.10.0</version>
<licence>agpl</licence>
<author>Klaus Herberth</author>
<category>tools</category>
@@ -14,7 +14,7 @@
<repository type="git">https://github.com/sualko/cloud_piwik.git</repository>
<dependencies>
- <nextcloud min-version="19" max-version="22"/>
+ <nextcloud min-version="19" max-version="23"/>
</dependencies>
<repair-steps>
diff --git a/build/js/track.js b/build/js/track.js
index 660de7f..ce70210 100644
--- a/build/js/track.js
+++ b/build/js/track.js
@@ -1,5 +1,5 @@
/*!
- * cloud_piwik v0.9.0 - 2021-11-17
+ * cloud_piwik v0.10.0 - 2021-12-01
*
* Copyright (c) 2021 Klaus Herberth <klaus@jsxc.org> <br>
* Released under the MIT license
@@ -7,7 +7,7 @@
* Please see https://github.com/sualko/cloud_piwik
*
* @author Klaus Herberth <klaus@jsxc.org>
- * @version 0.9.0
+ * @version 0.10.0
* @license MIT
*/
diff --git a/package.json b/package.json
index 08516ef..e87a13d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "cloud_piwik",
- "version": "0.9.0",
+ "version": "0.10.0",
"description": "Track Nextcloud users with piwik/matomo",
"repository": {
"type": "git",