Skip to content

Commit

Permalink
Merge pull request #2 from kkCoder111/main
Browse files Browse the repository at this point in the history
Bump to 0.2.1
  • Loading branch information
BlossomiShymae authored Sep 27, 2024
2 parents 4760669 + a3259c0 commit edf0ad5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/target
/.vscode
/vscode
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "barcodes"
authors = ["Blossomi Shymae"]
description = "Print your pride in the terminal!"
authors = ["Blossomi Shymae","kkCoder111"]
description = "Print your pride in the terminal! There are many flags to choose from."
repository = "https:/BlossomiShymae/barcodes"
license = "GPL-3.0-only"

keywords = ["terminal", "cli", "pride", "lgbt"]
categories = ["command-line-utilities"]

version = "0.2.0"
version = "0.2.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ impl Flags {
HexadecimalColor(0x74dfff),
HexadecimalColor(0x9aebff),
HexadecimalColor(0xcdf5fe),
HexadecimalColor(0xfff8abd),
HexadecimalColor(0xff8abd),
],
Self::Aroace => vec![
HexadecimalColor(0xe28c00),
Expand Down

0 comments on commit edf0ad5

Please sign in to comment.