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

Commit 1164f2b

Browse files
committed
Bump version to 2.0.0
1 parent 92301c7 commit 1164f2b

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
@@ -10,7 +10,7 @@ var StreamingProcessor = require('./streaming');
1010
var pointer = require('json-pointer');
1111
var tunnel = require('tunnel');
1212
var winston = require('winston');
13-
var VERSION = "1.6.0";
13+
var VERSION = "2.0.0";
1414

1515
var noop = function(){};
1616

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": "1.6.0",
3+
"version": "2.0.0",
44
"description": "LaunchDarkly SDK for Node.js",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)