Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit 46380ae

Browse files
committed
Bump version to 0.2.1
1 parent 4b88073 commit 46380ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
var requestify = require('requestify');
22
var sha1 = require('node-sha1');
33
var util = require('util');
4-
var VERSION = "0.2.0";
4+
var VERSION = "0.2.1";
55

66
var noop = function(){};
77

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ldclient-node",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "LaunchDarkly SDK for Node.js",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)