diff --git a/Cargo.toml b/Cargo.toml index 4ca4cb6..a34d895 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "memejoin-rs" -version = "0.2.1-alpha" +version = "0.2.2-alpha" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/flake.nix b/flake.nix index 899f911..dbba380 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,7 @@ outputs = { self, nixpkgs, rust-overlay, flake-utils, ... }: flake-utils.lib.eachDefaultSystem (system: let - tag = "v0.2.1-alpha"; + tag = "v0.2.2-alpha"; overlays = [ (import rust-overlay) ]; pkgs = import nixpkgs { inherit system overlays;