We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78cc82a commit 88d8d73Copy full SHA for 88d8d73
package.json
@@ -6,7 +6,7 @@
6
"url": "git+https://github.com/instant-markdown/instant-markdown-d.git"
7
},
8
"description": "Instantly-updating Markdown Server",
9
- "version": "0.2.0-rc.2",
+ "version": "0.2.0",
10
"license": "Apache-2.0",
11
"homepage": "https://github.com/instant-markdown/instant-markdown-d",
12
"engines": {
src/version.js
@@ -1,2 +1,2 @@
1
// generated by genversion
2
-module.exports = '0.2.0-rc.2'
+module.exports = '0.2.0'
0 commit comments