Skip to content

Commit ed1339c

Browse files
committed
chore: 0.1.2
1 parent 79281ac commit ed1339c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "octopod"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
description = "A UI for Docker Registries"
66
repository = "https://github.com/frectonz/octopod"

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
};
5353

5454
pname = "octopod";
55-
version = "0.1.1";
55+
version = "0.1.2";
5656
in rec {
5757
default = rustPlatform.buildRustPackage {
5858
inherit pname version;

0 commit comments

Comments
 (0)