Skip to content

Commit 44b3276

Browse files
committed
2.21.1
1 parent f7e2a76 commit 44b3276

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reanalyze",
3-
"version": "2.21.0",
3+
"version": "2.21.1",
44
"private": true,
55
"description": "Analyzers for Dead Code/Types and termination",
66
"license": "MIT",

src/Version.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
(* CREATED BY reanalyze/scripts/bump_version_module.js *)
33
(* DO NOT MODIFY BY HAND, WILL BE AUTOMATICALLY UPDATED BY npm version *)
44

5-
let version = "2.21.0";
5+
let version = "2.21.1";

0 commit comments

Comments
 (0)