feat: minor release v1.2.0

This commit is contained in:
Muhammad Nauman Raza 2024-03-24 20:41:55 +00:00
parent 56c811c23b
commit fbe8a19a74
No known key found for this signature in database
GPG key ID: 31BC90D626D2DBBE
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "bunbun"
version = "1.1.0"
version = "1.2.0"
edition = "2021"
[dependencies]

View file

@ -20,7 +20,7 @@
})
.buildRustPackage {
pname = "bunbun";
version = "1.1.0";
version = "1.2.0";
src = ./.;
cargoLock.lockFile = ./Cargo.lock;
};