From e77db82d58435b8224c789b23612852dc35051d1 Mon Sep 17 00:00:00 2001 From: asonix Date: Sun, 11 Feb 2024 20:23:03 -0600 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- fursonabot.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8826204..a89c2d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -174,7 +174,7 @@ dependencies = [ [[package]] name = "fursonabot" -version = "0.1.2" +version = "0.1.3" dependencies = [ "parse_link_header", "rand", diff --git a/Cargo.toml b/Cargo.toml index 1879641..2c61117 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fursonabot" -version = "0.1.2" +version = "0.1.3" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/fursonabot.nix b/fursonabot.nix index 3a64721..78ef46c 100644 --- a/fursonabot.nix +++ b/fursonabot.nix @@ -5,7 +5,7 @@ rustPlatform.buildRustPackage { pname = "fursonabot"; - version = "0.1.2"; + version = "0.1.3"; src = ./.; cargoLock.lockFile = ./Cargo.lock;