Comparing version 3.7.0 to 3.7.1
@@ -39,3 +39,3 @@ var _ = require('lodash'); | ||
function create5xPluginInstallCommand(path, plugin, features) { | ||
function createLatestPluginInstallCommand(path, plugin, features) { | ||
var cmd = join(path, 'bin', 'elasticsearch-plugin'); | ||
@@ -68,4 +68,4 @@ cmd += ' install '; | ||
if (semver.satisfies(version, '>=5.0.0-alpha1 || 3.x')) { | ||
return create5xPluginInstallCommand(path, plugin, features); | ||
if (semver.satisfies(version, '>=6.0.0-alpha1 || >=5.0.0-alpha1 || 3.x')) { | ||
return createLatestPluginInstallCommand(path, plugin, features); | ||
} | ||
@@ -72,0 +72,0 @@ |
{ | ||
"name": "libesvm", | ||
"version": "3.7.0", | ||
"version": "3.7.1", | ||
"description": "libesvm is a library for managning an Elasticsearch process for development and testing.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
74701