Skip to content

Commit

Permalink
Merge pull request #50 from SplittyDev/task/update-icons-02062024
Browse files Browse the repository at this point in the history
Update icons
  • Loading branch information
SplittyDev committed Jun 1, 2024
2 parents fecf95a + 16325db commit c34b5df
Show file tree
Hide file tree
Showing 8 changed files with 81 additions and 57 deletions.
115 changes: 69 additions & 46 deletions 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 badgers-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "badgers-cli"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
description = "Command-line SVG badge generation"

Expand All @@ -15,4 +15,4 @@ authors.workspace = true
clap = { version = "4.5", features = ["derive"] }

[dependencies.spacebadgers]
workspace = true
version = "1"
2 changes: 1 addition & 1 deletion badgers-worker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "badgers-worker"
version = "1.4.1"
version = "1.4.2"
edition = "2021"
description = "Spacebadgers worker"

Expand Down
2 changes: 1 addition & 1 deletion badgers/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spacebadgers"
version = "1.3.3"
version = "1.3.4"
edition = "2021"
description = "Fast SVG badge generator"
build = "build.rs"
Expand Down

0 comments on commit c34b5df

Please sign in to comment.