Skip to content
This repository was archived by the owner on Feb 7, 2022. It is now read-only.

Commit dca76fc

Browse files
authored
Merge pull request #12 from GlobalWebIndex/chore/bump_version
Bumped version
2 parents cc37821 + 30748b3 commit dca76fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gwi-segment",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Tracking library using Segment's HTTP API directly",
55
"scripts": {
66
"test": "jasmine"

src/segment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var btoa = require('btoa');
88
// library meta
99
var library = {
1010
name: 'gwi',
11-
version: '2.1.0'
11+
version: '2.1.1'
1212
};
1313

1414
function buildContext(context) {

0 commit comments

Comments
 (0)