Skip to content

Commit c4e14d0

Browse files
committed
bump cli and web to lib v0.2.0
1 parent 450e599 commit c4e14d0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cli/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "svg2gcode-cli"
3-
version = "0.0.7"
3+
version = "0.0.8"
44
authors = ["Sameer Puri <[email protected]>"]
55
edition = "2021"
66
description = "Command line interface for svg2gcode"
77
repository = "https://github.com/sameer/svg2gcode"
88
license = "MIT"
99

1010
[dependencies]
11-
svg2gcode = { version = "0.1.6", features = ["serde"]}
11+
svg2gcode = { version = "0.2.0", features = ["serde"]}
1212
env_logger = { version = "0", default-features = false, features = ["atty", "termcolor", "humantime"] }
1313
log = "0"
1414
g-code = "0.3"

web/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "svg2gcode-web"
3-
version = "0.0.7"
3+
version = "0.0.8"
44
authors = ["Sameer Puri <[email protected]>"]
55
edition = "2021"
66
description = "Convert vector graphics to g-code for pen plotters, laser engravers, and other CNC machines"
@@ -10,7 +10,7 @@ license = "MIT"
1010

1111
[dependencies]
1212
wasm-bindgen = "0.2"
13-
svg2gcode = { version = "0.1.6", features = ["serde"] }
13+
svg2gcode = { version = "0.2.0", features = ["serde"] }
1414
roxmltree = "0.19"
1515
g-code = "0.3"
1616
codespan-reporting = "0.11"

0 commit comments

Comments
 (0)