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
path: root/build
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2018-04-16 16:47:49 +0300
committersualko <klaus@jsxc.org>2018-04-16 16:47:49 +0300
commit02ae88e07fe661b5c0e1f68098ccba2aaab8ad92 (patch)
tree0b3a83362df89c2dec776ac3458435e418ea0bab /build
parent9bcfe9c683987011d2d2fd29b414dcaf8c7c8263 (diff)
bump version to v0.4.0v0.4.0
Diffstat (limited to 'build')
-rw-r--r--build/appinfo/info.xml2
-rw-r--r--build/js/track.js4
2 files changed, 3 insertions, 3 deletions
diff --git a/build/appinfo/info.xml b/build/appinfo/info.xml
index 40a8ccf..776c1c8 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.4.0-alpha</version>
+ <version>0.4.0</version>
<licence>agpl</licence>
<author>Klaus Herberth</author>
<category>tools</category>
diff --git a/build/js/track.js b/build/js/track.js
index ea5b881..ff49127 100644
--- a/build/js/track.js
+++ b/build/js/track.js
@@ -1,5 +1,5 @@
/*!
- * owncloud_piwik v0.4.0-beta - 2018-03-31
+ * owncloud_piwik v0.4.0 - 2018-04-16
*
* Copyright (c) 2018 Klaus Herberth <klaus@jsxc.org> <br>
* Released under the MIT license
@@ -7,7 +7,7 @@
* Please see https://github.com/sualko/owncloud_piwik
*
* @author Klaus Herberth <klaus@jsxc.org>
- * @version 0.4.0-beta
+ * @version 0.4.0
* @license MIT
*/