Skip to content

Commit

Permalink
Bumped version to 1.0.0
Browse files Browse the repository at this point in the history
Published to npm
  • Loading branch information
scholtzm committed Feb 1, 2015
1 parent 16b442e commit 771ba37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is a tiny node.js module which allows user to extend `node-steam` to suppor
# Installation

```
npm install git://github.com/scholtzm/node-steam-groups.git
npm install steam-groups
```

# Usage
Expand Down Expand Up @@ -68,4 +68,4 @@ client.on('group', function(steamID, relationship) {

# License

See `LICENSE`.
MIT. See `LICENSE`.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "steam-groups",
"version": "0.0.1",
"version": "1.0.0",
"description": "node-steam extension which adds group functions",
"author": "Michael Scholtz <michael.scholtz@outlook.com>",
"license": "MIT",
Expand Down

0 comments on commit 771ba37

Please sign in to comment.