Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit e2af3ba

Browse files
committed
Updated version to 0.13.0
1 parent 96b35c4 commit e2af3ba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/js/banner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Snowplow - The world's most powerful web analytics platform
33
*
44
* @description JavaScript tracker for Snowplow
5-
* @version 0.12.0
5+
* @version 0.13.0
66
* @author Alex Dean, Simon Andersson, Anthon Pang
77
* @copyright Anthon Pang, Snowplow Analytics Ltd
88
* @license Simplified BSD

src/js/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var SnowPlow = SnowPlow || function() {
4444
return {
4545

4646
/* Tracker identifier with version */
47-
version: 'js-0.12.0', // Update banner.js too
47+
version: 'js-0.13.0', // Update banner.js too
4848

4949
expireDateTime: null,
5050

0 commit comments

Comments
 (0)