diff --git a/Cargo.toml b/Cargo.toml index 8e7604d2..876c5bee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Michael-F-Bryan "] name = "gcode" -version = "0.3.1-alpha.0" +version = "0.3.1" description = "A gcode parser for no-std applications." license = "MIT" repository = "https://github.com/Michael-F-Bryan/gcode-rs"