From 14b782eac4fdb7331098dfd78603487beef96987 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Sun, 24 Mar 2024 14:05:01 +0000 Subject: [PATCH] chore: bump version --- Cargo.toml | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 268c216..584f15c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bunbun" -version = "1.0.0" +version = "1.1.0" edition = "2021" [dependencies] diff --git a/flake.nix b/flake.nix index 2c91f19..c66501a 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ }) .buildRustPackage { pname = "bunbun"; - version = "1.0.0"; + version = "1.1.0"; src = ./.; cargoLock.lockFile = ./Cargo.lock; };