Skip to content

Commit 6268409

Browse files
committed
chore: Bump version
1 parent f1a6582 commit 6268409

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/ODiffBin.re

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ let cmd = {
132132
),
133133
Term.info(
134134
"odiff",
135-
~version="2.4.1",
135+
~version="2.4.2",
136136
~doc="Find difference between 2 images.",
137137
~exits=[
138138
Term.exit_info(0, ~doc="on image match"),

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "odiff",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"description": "The fastest image difference tool.",
55
"license": "MIT",
66
"esy": {

0 commit comments

Comments
 (0)