From 1c89a92f0e7b207b66b18d9d01c3bea27c2e7821 Mon Sep 17 00:00:00 2001 From: sualko Date: Mon, 29 May 2017 15:39:53 +0200 Subject: [PATCH] build v0.3.0 --- appinfo/info.xml | 2 +- appinfo/version | 2 +- build/appinfo/info.xml | 6 +++--- build/appinfo/version | 2 +- build/js/settings-admin.js | 4 ++-- build/js/track.js | 4 ++-- package.json | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 5baa3b3..eaa82a7 100755 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -4,7 +4,7 @@ Piwik Tracking Track users with piwik Track users with piwik - 0.2.0 + 0.3.0 agpl Klaus Herberth tools diff --git a/appinfo/version b/appinfo/version index 0ea3a94..0d91a54 100644 --- a/appinfo/version +++ b/appinfo/version @@ -1 +1 @@ -0.2.0 +0.3.0 diff --git a/build/appinfo/info.xml b/build/appinfo/info.xml index be0de69..eaa82a7 100644 --- a/build/appinfo/info.xml +++ b/build/appinfo/info.xml @@ -4,7 +4,7 @@ Piwik Tracking Track users with piwik Track users with piwik - 0.2.0 + 0.3.0 agpl Klaus Herberth tools @@ -14,8 +14,8 @@ https://github.com/sualko/owncloud_piwik.git - - + + 171304 diff --git a/build/appinfo/version b/build/appinfo/version index 0ea3a94..0d91a54 100644 --- a/build/appinfo/version +++ b/build/appinfo/version @@ -1 +1 @@ -0.2.0 +0.3.0 diff --git a/build/js/settings-admin.js b/build/js/settings-admin.js index 3b56a14..fbf73cd 100644 --- a/build/js/settings-admin.js +++ b/build/js/settings-admin.js @@ -1,5 +1,5 @@ /*! - * owncloud_piwik v0.2.0 - 2017-01-13 + * owncloud_piwik v0.3.0 - 2017-05-29 * * Copyright (c) 2017 Klaus Herberth
* Released under the MIT license @@ -7,7 +7,7 @@ * Please see https://github.com/sualko/owncloud_piwik * * @author Klaus Herberth - * @version 0.2.0 + * @version 0.3.0 * @license MIT */ diff --git a/build/js/track.js b/build/js/track.js index 981a1ce..d52af12 100644 --- a/build/js/track.js +++ b/build/js/track.js @@ -1,5 +1,5 @@ /*! - * owncloud_piwik v0.2.0 - 2017-01-13 + * owncloud_piwik v0.3.0 - 2017-05-29 * * Copyright (c) 2017 Klaus Herberth
* Released under the MIT license @@ -7,7 +7,7 @@ * Please see https://github.com/sualko/owncloud_piwik * * @author Klaus Herberth - * @version 0.2.0 + * @version 0.3.0 * @license MIT */ diff --git a/package.json b/package.json index c273d1e..5003698 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "owncloud_piwik", - "version": "0.2.0", + "version": "0.3.0", "description": "Track owncloud/nextcloud users with piwik", "repository": { "type": "git",