Skip to content

Commit 88d8d73

Browse files
committed
0.2.0
1 parent 78cc82a commit 88d8d73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"url": "git+https://github.com/instant-markdown/instant-markdown-d.git"
77
},
88
"description": "Instantly-updating Markdown Server",
9-
"version": "0.2.0-rc.2",
9+
"version": "0.2.0",
1010
"license": "Apache-2.0",
1111
"homepage": "https://github.com/instant-markdown/instant-markdown-d",
1212
"engines": {

src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// generated by genversion
2-
module.exports = '0.2.0-rc.2'
2+
module.exports = '0.2.0'

0 commit comments

Comments
 (0)