Skip to content

Commit

Permalink
Prepare v1.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
quornian committed Oct 11, 2024
1 parent 772a6a3 commit 3f23e95
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "envy-cmd"
version = "1.0.1"
version = "1.0.2"
description = "A command line tool for displaying environment variables in a human friendly form"
authors = ["Ian Thompson <[email protected]>"]
edition = "2021"
license = "MIT"
documentation = "https://github.com/quornian/envy/blob/v1.0.1/README.md"
documentation = "https://github.com/quornian/envy/blob/v1.0.2/README.md"
homepage = "https://github.com/quornian/envy"
repository = "https://github.com/quornian/envy"
default-run = "envy"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use clap::{builder::EnumValueParser, Arg, ArgAction, ColorChoice, Command};
use glob_match::glob_match;
use regex::{Regex, RegexBuilder};

const VERSION: &'_ str = "1.0.1";
const VERSION: &'_ str = "1.0.2";

#[derive(Default)]
struct Palette<'a> {
Expand Down

0 comments on commit 3f23e95

Please sign in to comment.