Skip to content

Commit 0879bb1

Browse files
committedMar 29, 2020
1.7.0
1 parent 6733fe8 commit 0879bb1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎__e2e__/__snapshots__/cli.test.js.snap

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

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

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

77
exports[`show up help information on passing in the respective options 1`] = `
88
"

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mevn-cli",
3-
"version": "1.7.0-beta.9",
3+
"version": "1.7.0",
44
"description": "Light Speed setup for MEVN stack based apps.",
55
"main": "./bin/mevn.js",
66
"files": [

0 commit comments

Comments
 (0)
Please sign in to comment.