mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
Analytics version for 1.10
TBR=iposva Review URL: https://codereview.chromium.org//1096613006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@45254 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
parent
c983ebf506
commit
75ac0ef5e8
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ part of app;
|
|||
class Analytics {
|
||||
static final _UA = 'UA-26406144-17';
|
||||
static final _name = 'Observatory';
|
||||
static final _version = '1.11';
|
||||
static final _version = '1.10';
|
||||
static final _googleAnalytics = new AnalyticsHtml(_UA, _name, _version);
|
||||
|
||||
static initialize() {
|
||||
|
|
Loading…
Reference in a new issue