Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
laurmaedje committed Nov 29, 2023
1 parent c3175ff commit 7d13eab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ members = ["cli", "tests"]
resolver = "2"

[workspace.package]
version = "0.9.0"
version = "0.9.1"
authors = ["Martin Haug <[email protected]>", "Laurenz Stampfl <[email protected]>"]
edition = "2021"
repository = "https://github.com/typst/svg2pdf"
readme = "README.md"
license = "MIT OR Apache-2.0"

[workspace.dependencies]
svg2pdf = { path = "." }
svg2pdf = { path = ".", version = "0.9.1" }
clap = { version = "4.4.2", features = ["derive"] }
clap_complete = "4.4.3"
clap_mangen = "0.2.14"
Expand Down

0 comments on commit 7d13eab

Please sign in to comment.