Skip to content

Commit

Permalink
chore(catwalk): release as 1.0.2
Browse files Browse the repository at this point in the history
Release-As: 1.0.2
  • Loading branch information
nekowinston committed Oct 27, 2023
1 parent c8a0752 commit 78834c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.

2 changes: 1 addition & 1 deletion catwalk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "A sweet program that takes in four showcase images and displays t
authors = ["Catppuccin Org <releases@catppuccin.com>"]
repository = "https://github.com/catppuccin/toolbox"
license = "MIT"
version = "1.0.1"
version = "1.0.2"
edition = "2021"

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion catwalk/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {

const { args, options } = await new Command()
.name("catwalk")
.version("1.0.1")
.version("1.0.2")
.description(
"A sweet program that takes in four showcase images and displays them all at once. (JS port)",
)
Expand Down

0 comments on commit 78834c6

Please sign in to comment.