Skip to content

Commit

Permalink
release: v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sualko committed Aug 14, 2020
1 parent 6b716c4 commit 489e1b4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.4</version>
<version>0.6.0</version>
<licence>agpl</licence>
<author>Klaus Herberth</author>
<category>tools</category>
Expand Down
4 changes: 2 additions & 2 deletions build/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.4</version>
<version>0.6.0</version>
<licence>agpl</licence>
<author>Klaus Herberth</author>
<category>tools</category>
Expand All @@ -14,7 +14,7 @@
<repository type="git">https://github.com/sualko/cloud_piwik.git</repository>

<dependencies>
<nextcloud min-version="14" max-version="18"/>
<nextcloud min-version="14" max-version="19"/>
</dependencies>

<repair-steps>
Expand Down
4 changes: 2 additions & 2 deletions build/js/track.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*!
* cloud_piwik v0.5.4 - 2020-03-04
* cloud_piwik v0.6.0 - 2020-08-14
*
* Copyright (c) 2020 Klaus Herberth <[email protected]> <br>
* Released under the MIT license
*
* Please see https://github.com/sualko/cloud_piwik
*
* @author Klaus Herberth <[email protected]>
* @version 0.5.4
* @version 0.6.0
* @license MIT
*/

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloud_piwik",
"version": "0.5.4",
"version": "0.6.0",
"description": "Track Nextcloud users with piwik/matomo",
"repository": {
"type": "git",
Expand Down

0 comments on commit 489e1b4

Please sign in to comment.