Skip to content

Commit

Permalink
Update package version to v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSchZA committed Aug 7, 2024
1 parent 61a17ae commit bec10b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pier"
version = "0.2.0"
version = "0.1.6"
authors = ["Benjamin Scholtz", "Isak Johansson"]
license-file = "./LICENSE"
description = "A Linux script management tool"
Expand Down
2 changes: 1 addition & 1 deletion derivation.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ let
in
with nixpkgs; rustPlatform.buildRustPackage rec {
name = "pier-${version}";
version = "v0.1.0";
version = "v0.1.6";

src = fetchFromGitHub {
owner = "BenSchZA";
Expand Down

0 comments on commit bec10b1

Please sign in to comment.