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

Commit e3e5b98

Browse files
authored
Merge pull request #2 from GlobalWebIndex/chore/bump_version
Bumped version to 1.0.1
2 parents 2ec1fab + d0cb1da commit e3e5b98

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": "1.0.0",
3+
"version": "1.0.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
@@ -3,7 +3,7 @@ require('isomorphic-fetch');
33

44
var library = {
55
name: 'gwi',
6-
version: '1.0.0'
6+
version: '1.0.1'
77
}
88

99
module.exports = {

0 commit comments

Comments
 (0)