Skip to content

Commit

Permalink
chore: Prepare 0.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sekunho committed Apr 15, 2022
1 parent 43d7e93 commit eaffa79
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 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 = "emojied"
version = "0.1.1-dev"
version = "0.1.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@

# https://github.com/NixOS/nixpkgs/blob/master/pkgs/build-support/docker/examples.nix
emojied-docker = buildDockerImage "latest";
emojied-docker-0-1-1-dev = buildDockerImage "0.1.1-dev";

default = self.packages.${platform}.emojied;
};
Expand Down
2 changes: 1 addition & 1 deletion nix/emojied.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

(naersk-lib.buildPackage {
pname = "emojied";
version = "0.1.1-dev";
version = "0.1.1";
root = ../.;
nativeBuildInputs = with pkgs; [ ];
buildInputs = with pkgs; [ openssl pkg-config ];
Expand Down

0 comments on commit eaffa79

Please sign in to comment.