Skip to content

Commit

Permalink
Made version '0.8.0' to make npm happy. (#198)
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
aricart authored Feb 28, 2018
1 parent f07baa5 commit 325bbdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/nats.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var net = require('net'),
/**
* Constants
*/
var VERSION = '0.8',
var VERSION = '0.8.0',

DEFAULT_PORT = 4222,
DEFAULT_PRE = 'nats://localhost:',
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": "nats",
"version": "0.8",
"version": "0.8.0",
"description": "Node.js client for NATS, a lightweight, high-performance cloud native messaging system",
"keywords": [
"nats",
Expand Down

0 comments on commit 325bbdd

Please sign in to comment.