Skip to content

Commit

Permalink
pkg: Set version to v0.1.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
mertssmnoglu committed May 4, 2023
1 parent 5c7f249 commit 0bdf285
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mdoctor",
"version": "0.1-alpha",
"version": "0.1.0-alpha",
"description": "Your CLI Markdown Doctor",
"main": "bin/mdoctor",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/commands/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export default {
name: 'version'
},
run: () => {
let version = 'v0.1-alpha';
let version = 'v0.1.0-alpha';
console.log(version);
}
};

0 comments on commit 0bdf285

Please sign in to comment.