diff --git a/index.html b/index.html index a2852c5..9c9d586 100644 --- a/index.html +++ b/index.html @@ -284,7 +284,6 @@
Feel free to get in touch with us via GitHub or by shooting us an email. Our addresses all follow the pattern name.surname@cern.ch.
Feel free to get in touch with us via GitHub or by shooting us an email on
particle-clicker@googlegroups.com.
The source code of this game is freely available on GitHub under the terms of an MIT license.
diff --git a/js/analytics.js b/js/analytics.js index cf2ece0..c367c5a 100644 --- a/js/analytics.js +++ b/js/analytics.js @@ -29,7 +29,7 @@ var analytics = } ga('create', Helpers.analytics); - ga('set', { 'appName': 'Particle Clicker', 'appId': 'ch.cern.particle-clicker', 'appVersion': '0.3' }); + ga('set', { 'appName': 'Particle Clicker', 'appId': 'ch.cern.particle-clicker', 'appVersion': '0.9' }); ga('set', 'anonymizeIp', true);