From b500fa26a1cfd34a9fc5cf4c79950024a2811214 Mon Sep 17 00:00:00 2001 From: willifan Date: Wed, 15 Jan 2025 18:08:15 +0100 Subject: [PATCH] bump version to 0.1.2 --- Cargo.toml | 2 +- default.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 79dacfe..7e9dac9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ewwbar" -version = "0.1.0" +version = "0.1.2" edition = "2021" [dependencies] diff --git a/default.nix b/default.nix index d01b345..38e69f1 100644 --- a/default.nix +++ b/default.nix @@ -2,7 +2,7 @@ pkgs.rustPlatform.buildRustPackage { pname = "ewwbar"; - version = "1.0.0"; + version = "0.1.2"; src = builtins.path { path = ./.; name = "ewwbar"; }; @@ -30,6 +30,6 @@ pkgs.rustPlatform.buildRustPackage { license = licenses.gpl3; platforms = platforms.unix; mainProgram = "ewwbar"; - }; + }; }