Skip to content

Commit a560fd1

Browse files
committed
Fix version string to be semver
1 parent 4ecf163 commit a560fd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gcode-preview",
3-
"version": "3.0-alpha.0",
3+
"version": "3.0.0-alpha.0",
44
"description": "Preview a 3d print from a gcode file",
55
"author": "remcoder@gmail.com",
66
"license": "MIT",

0 commit comments

Comments
 (0)