From 309027e523b78cb613b2af7019b463dc30ce78db Mon Sep 17 00:00:00 2001 From: l1npengtul Date: Mon, 31 May 2021 15:14:52 +0900 Subject: [PATCH] bump semver to 0.2.0! --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4b3f773..aee203c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nokhwa" -version = "0.1.0-1" +version = "0.2.0" authors = ["l1npengtul "] edition = "2018" description = "A Simple to use, cross platform Rust Webcam Capture Library"