Skip to content

Commit 61a054f

Browse files
committed
Fix version number
1 parent caf2f6b commit 61a054f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nv-flip-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nv-flip-sys"
3-
version = "0.1.2"
3+
version = "0.1.1"
44
authors = ["the gfx-rs developers"]
55
edition = "2021"
66
description = "FFI bindings to Nvidia Labs's ꟻLIP image comparison and error visualization library"

nv-flip/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nv-flip"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
description = "High-Level bindings to Nvidia Labs's ꟻLIP image comparison and error visualization library"
66
readme = "../README.md"

0 commit comments

Comments
 (0)