Skip to content

Commit 489e1b4

Browse files
committed
release: v0.6.0
1 parent 6b716c4 commit 489e1b4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<name>Piwik/Matomo Tracking</name>
55
<summary>Track users with Piwik/Matomo</summary>
66
<description>Track users with Piwik/Matomo</description>
7-
<version>0.5.4</version>
7+
<version>0.6.0</version>
88
<licence>agpl</licence>
99
<author>Klaus Herberth</author>
1010
<category>tools</category>

build/appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<name>Piwik/Matomo Tracking</name>
55
<summary>Track users with Piwik/Matomo</summary>
66
<description>Track users with Piwik/Matomo</description>
7-
<version>0.5.4</version>
7+
<version>0.6.0</version>
88
<licence>agpl</licence>
99
<author>Klaus Herberth</author>
1010
<category>tools</category>
@@ -14,7 +14,7 @@
1414
<repository type="git">https://github.com/sualko/cloud_piwik.git</repository>
1515

1616
<dependencies>
17-
<nextcloud min-version="14" max-version="18"/>
17+
<nextcloud min-version="14" max-version="19"/>
1818
</dependencies>
1919

2020
<repair-steps>

build/js/track.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/*!
2-
* cloud_piwik v0.5.4 - 2020-03-04
2+
* cloud_piwik v0.6.0 - 2020-08-14
33
*
44
* Copyright (c) 2020 Klaus Herberth <klaus@jsxc.org> <br>
55
* Released under the MIT license
66
*
77
* Please see https://github.com/sualko/cloud_piwik
88
*
99
* @author Klaus Herberth <klaus@jsxc.org>
10-
* @version 0.5.4
10+
* @version 0.6.0
1111
* @license MIT
1212
*/
1313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloud_piwik",
3-
"version": "0.5.4",
3+
"version": "0.6.0",
44
"description": "Track Nextcloud users with piwik/matomo",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)