Skip to content

Commit

Permalink
1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Mar 29, 2020
1 parent 6733fe8 commit 0879bb1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions __e2e__/__snapshots__/cli.test.js.snap
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`show up CLI version information 1`] = `"1.7.0-beta.9"`;
exports[`show up CLI version information 1`] = `"1.7.0"`;

exports[`show up CLI version information 2`] = `"1.7.0-beta.9"`;
exports[`show up CLI version information 2`] = `"1.7.0"`;

exports[`show up help information on passing in the respective options 1`] = `
"
Expand Down
2 changes: 1 addition & 1 deletion 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": "mevn-cli",
"version": "1.7.0-beta.9",
"version": "1.7.0",
"description": "Light Speed setup for MEVN stack based apps.",
"main": "./bin/mevn.js",
"files": [
Expand Down

0 comments on commit 0879bb1

Please sign in to comment.