Skip to content

Commit e724a83

Browse files
committed
release: 0.13.0 🎉
1 parent 4965dd5 commit e724a83

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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.12.0</version>
7+
<version>0.13.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.12.0</version>
7+
<version>0.13.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="25" max-version="27"/>
17+
<nextcloud min-version="25" max-version="29"/>
1818
</dependencies>
1919

2020
<repair-steps>

build/js/track.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/*!
2-
* cloud_piwik v0.12.0 - 2023-07-27
2+
* cloud_piwik v0.13.0 - 2024-09-15
33
*
4-
* Copyright (c) 2023 Klaus Herberth <[email protected]> <br>
4+
* Copyright (c) 2024 Klaus Herberth <[email protected]> <br>
55
* Released under the MIT license
66
*
77
* Please see https://github.com/sualko/cloud_piwik
88
*
99
* @author Klaus Herberth <[email protected]>
10-
* @version 0.12.0
10+
* @version 0.13.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.12.0",
3+
"version": "0.13.0",
44
"description": "Track Nextcloud users with piwik/matomo",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)