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

Commit 6f4039b

Browse files
committed
Version 1.0.0
1 parent 79eb47b commit 6f4039b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A Segment analytics library using the HTTP api directly. The reason for this lib
77
### Client initialization
88

99
```javascript
10-
const Segment = require('segment');
10+
const Segment = require('gwi-segment');
1111

1212
// Optional
1313
const additionContext = {

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": "0.0.1",
3+
"version": "1.0.0",
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: '0.0.1'
6+
version: '1.0.0'
77
}
88

99
module.exports = {

0 commit comments

Comments
 (0)