Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

Commit

Permalink
Bump lib version to 1.5.2 reflecting bug fixes and other minor improv…
Browse files Browse the repository at this point in the history
…ements.

-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=74723168
  • Loading branch information
DaddingtonPalace committed Sep 3, 2014
1 parent 82ca9af commit e7c6f0e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chrome-platform-analytics",
"version": "1.5.1",
"version": "1.5.2",
"main": "google-analytics-bundle.js",
"description": "Javascript Google Analytics (GA) client library for Chrome Platform Applications (and Extensions).",
"license": "Apache 2.0",
Expand Down
2 changes: 1 addition & 1 deletion google-analytics-bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/google_analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ goog.require('goog.structs.Map');
* major change to the library.
* @const {string}
*/
analytics.LIBRARY_VERSION = 'ca1.5.1';
analytics.LIBRARY_VERSION = 'ca1.5.2';


/** @private {string} */
Expand Down
2 changes: 1 addition & 1 deletion src/tests/google_analytics_service_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ goog.require('goog.testing.jsunit');


/** @const {string} */
var LIB_VERSION = 'ca1.5.1';
var LIB_VERSION = 'ca1.5.2';


/** @const {string} */
Expand Down
2 changes: 1 addition & 1 deletion src/tests/google_analytics_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ function testSend_DeliversPayload() {
assertTrue(sent.content, goog.array.contains(entries, 'ea=Melt'));
assertTrue(sent.content, goog.array.contains(entries, 'el=Strawberry'));
assertTrue(sent.content, goog.array.contains(entries, 'ev=100'));
assertTrue(sent.content, goog.array.contains(entries, '_v=ca1.5.1'));
assertTrue(sent.content, goog.array.contains(entries, '_v=ca1.5.2'));
asyncTestCase.continueTesting();
});
}

0 comments on commit e7c6f0e

Please sign in to comment.