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

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renra committed Mar 13, 2017
1 parent 79eb47b commit 6f4039b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A Segment analytics library using the HTTP api directly. The reason for this lib
### Client initialization

```javascript
const Segment = require('segment');
const Segment = require('gwi-segment');

// Optional
const additionContext = {
Expand Down
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": "0.0.1",
"version": "1.0.0",
"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: '0.0.1'
version: '1.0.0'
}

module.exports = {
Expand Down

0 comments on commit 6f4039b

Please sign in to comment.