diff --git a/package-lock.json b/package-lock.json index a8ad6feb..57c5dfe6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "reanalyze", - "version": "2.21.0", + "version": "2.21.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "reanalyze", - "version": "2.21.0", + "version": "2.21.1", "license": "MIT" } } diff --git a/package.json b/package.json index 5f2cb856..395e329a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reanalyze", - "version": "2.21.0", + "version": "2.21.1", "private": true, "description": "Analyzers for Dead Code/Types and termination", "license": "MIT", diff --git a/src/Version.ml b/src/Version.ml index 9fdae761..d220066a 100644 --- a/src/Version.ml +++ b/src/Version.ml @@ -2,4 +2,4 @@ (* CREATED BY reanalyze/scripts/bump_version_module.js *) (* DO NOT MODIFY BY HAND, WILL BE AUTOMATICALLY UPDATED BY npm version *) -let version = "2.21.0"; +let version = "2.21.1";