Skip to content

Commit

Permalink
2.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianoc committed May 28, 2022
1 parent f7e2a76 commit 44b3276
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/Version.ml
Original file line number Diff line number Diff line change
Expand Up @@ -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";

0 comments on commit 44b3276

Please sign in to comment.