Skip to content

Commit f6ca24f

Browse files
committed
Bump version for one-click deploy.
1 parent 4bf10b8 commit f6ca24f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Odyssey",
44
"description": "An interactive workbench for the Herbie floating-point tool https://github.com/herbie-fp/herbie",
55
"icon": "images/odyssey-icon.png",
6-
"version": "1.0.0",
6+
"version": "1.0.2",
77
"repository": "https://github.com/herbie-fp/herbie-vscode",
88
"publisher": "herbie-fp",
99
"engines": {
@@ -22,6 +22,7 @@
2222
]
2323
},
2424
"scripts": {
25+
"publish": "vsce publish",
2526
"vscode:prepublish": "npm run package",
2627
"compile": "webpack",
2728
"watch": "webpack --watch",

0 commit comments

Comments
 (0)