Skip to content

Commit bb6bcbe

Browse files
committed
Bumping to 0.2.0
1 parent 56bb31c commit bb6bcbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var parsers = require('./parsers'),
55
uuid = require('node-uuid'),
66
http = {http: require('http'), https: require('https')};
77

8-
module.exports.version = '0.2.0-dev';
8+
module.exports.version = '0.2.0';
99

1010
var Client = function Client(dsn, options) {
1111
if(arguments.length === 0) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "raven",
33
"description": "A standalone (Node.js) client for Sentry",
44
"keywords": ["raven", "sentry", "python"],
5-
"version": "0.2.0-dev",
5+
"version": "0.2.0",
66
"repository": "git://github.com/mattrobenolt/raven-node.git",
77
"author": "Matt Robenolt <[email protected]>",
88
"main": "index",

0 commit comments

Comments
 (0)