diff --git a/VERSION b/VERSION index b4fc360f..fb1a9326 100644 --- a/VERSION +++ b/VERSION @@ -31,4 +31,4 @@ // either express or implied. See the License for the specific language governing permissions // and limitations under the License. -VERSION="1.0.5" +VERSION="1.0.6" diff --git a/package-lock.json b/package-lock.json index 58bf65e6..b54a28db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "sql-autocomplete-parsers", - "version": "1.0.0", + "version": "1.0.6", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index b14323cc..17e4bd1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sql-autocomplete-parsers", - "version": "1.0.5", + "version": "1.0.6", "description": "A library that provides autocompletion and errors highlighting for various sql dialects", "repository": { "type": "git",