From ed1339ce8701cb5da2e71d446afc99d0d36ae862 Mon Sep 17 00:00:00 2001 From: frectonz Date: Fri, 11 Oct 2024 15:46:56 +0300 Subject: [PATCH] chore: 0.1.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- flake.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 464b66e..e59f42f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -773,7 +773,7 @@ dependencies = [ [[package]] name = "octopod" -version = "0.1.1" +version = "0.1.2" dependencies = [ "clap", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index 460b9e7..cc8e95d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "octopod" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "A UI for Docker Registries" repository = "https://github.com/frectonz/octopod" diff --git a/flake.nix b/flake.nix index 5c2a5fe..4984c34 100644 --- a/flake.nix +++ b/flake.nix @@ -52,7 +52,7 @@ }; pname = "octopod"; - version = "0.1.1"; + version = "0.1.2"; in rec { default = rustPlatform.buildRustPackage { inherit pname version;