Skip to content

Commit

Permalink
chore(release): v0.3.1-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko committed Aug 25, 2024
1 parent e32c8cd commit 24a39c7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

(package
(name odiff)
(version 0.3.1)
(version 0.3.1-rc.1)
(synopsis "CLI for comparing images pixel-by-pixel")
(depends
odiff-core
Expand Down
2 changes: 1 addition & 1 deletion npm_package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "odiff-bin",
"version": "3.1.0",
"version": "0.3.1-rc.1",
"author": "Dmitriy Kovalenko <[email protected]>",
"license": "MIT",
"description": "The fastest image difference tool in the world",
Expand Down
2 changes: 1 addition & 1 deletion odiff.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.3.1"
version: "0.3.1-rc.1"
synopsis: "CLI for comparing images pixel-by-pixel"
maintainer: ["https://dmtrkovalenko.dev" "[email protected]"]
authors: ["Dmitriy Kovalenko"]
Expand Down
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": "odiff-bin",
"version": "3.1.0",
"version": "0.3.1-rc.1",
"author": "Dmitriy Kovalenko <[email protected]>",
"license": "MIT",
"description": "The fastest image difference tool in the world",
Expand Down

0 comments on commit 24a39c7

Please sign in to comment.