Skip to content

Commit 995bd77

Browse files
committed
3.0.1
1 parent f7a6ffd commit 995bd77

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,6 @@ With promise
3333

3434
```js
3535

36-
var options = {
37-
zkhost: '127.0.0.1:9983',
38-
cmd: 'upconfig',
39-
confname: 'my_new_config',
40-
confdir: 'server/solr/configsets/basic_configs/conf'
41-
};
42-
4336
const solrSkcliOptions = new solrZkcli.SolrSkcliOptions(
4437
/* cmd */ 'upconfig',
4538
/* currentWorkingDirectory */ undefined,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "solr-zkcli",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "A node.js wrapper for the Solr's ZooKeeper CLI zkcli.sh to manage SolrCloud configuration parameters",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)