Skip to content

Commit 64fe01a

Browse files
committed
chore(release): v4.0.0
1 parent 180668b commit 64fe01a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
// This is a [Semantic Version](https://semver.org/).
1212
// In a future version of Zig it will be used for package deduplication.
13-
.version = "3.0.0-beta.3",
13+
.version = "4.0.0",
1414

1515
// Together with name, this represents a globally unique package
1616
// identifier. This field is generated by the Zig toolchain when the

npm_package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "odiff-bin",
3-
"version": "3.0.0-beta.3",
3+
"version": "4.0.0",
44
"author": "odiff contributors",
55
"license": "MIT",
66
"description": "The fastest image difference tool in the world (Zig port of odiff)",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "odiff",
3-
"version": "3.0.0-beta.3",
3+
"version": "4.0.0",
44
"author": "odiff contributors",
55
"license": "MIT",
66
"description": "The fastest image difference tool in the world (Zig port of odiff)",

0 commit comments

Comments
 (0)