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

Commit

Permalink
Merge pull request #2 from GlobalWebIndex/chore/bump_version
Browse files Browse the repository at this point in the history
Bumped version to 1.0.1
  • Loading branch information
renra committed Mar 16, 2017
2 parents 2ec1fab + d0cb1da commit e3e5b98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gwi-segment",
"version": "1.0.0",
"version": "1.0.1",
"description": "Tracking library using Segment's HTTP API directly",
"scripts": {
"test": "jasmine"
Expand Down
2 changes: 1 addition & 1 deletion src/segment.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require('isomorphic-fetch');

var library = {
name: 'gwi',
version: '1.0.0'
version: '1.0.1'
}

module.exports = {
Expand Down

0 comments on commit e3e5b98

Please sign in to comment.