Skip to content

Commit 34a03df

Browse files
committed
Version bump
1 parent 9d4c3be commit 34a03df

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "svg2gcode-cli"
3-
version = "0.0.17"
3+
version = "0.0.18"
44
description = "Command line interface for svg2gcode"
55
authors.workspace = true
66
edition.workspace = true
77
repository.workspace = true
88
license.workspace = true
99

1010
[dependencies]
11-
svg2gcode = { path = "../lib", version = "0.3.3", features = ["serde"] }
11+
svg2gcode = { path = "../lib", version = "0.3.4", features = ["serde"] }
1212
env_logger = "0.11"
1313
log.workspace = true
1414
g-code.workspace = true

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "svg2gcode"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
description = "Convert paths in SVG files to GCode for a pen plotter, laser engraver, or other machine."
55
authors.workspace = true
66
edition.workspace = true

web/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "svg2gcode-web"
3-
version = "0.0.17"
3+
version = "0.0.18"
44
description = "Convert vector graphics to g-code for pen plotters, laser engravers, and other CNC machines"
55
homepage = "https://sameer.github.io/svg2gcode/"
66
authors.workspace = true
@@ -10,7 +10,7 @@ license.workspace = true
1010

1111
[dependencies]
1212
wasm-bindgen = "0.2"
13-
svg2gcode = { path = "../lib", version = "0.3.3", features = ["serde"] }
13+
svg2gcode = { path = "../lib", version = "0.3.4", features = ["serde"] }
1414
roxmltree.workspace = true
1515
g-code.workspace = true
1616
codespan-reporting = "0.13"

0 commit comments

Comments
 (0)