Skip to content

Commit c73454a

Browse files
committed
v0.41.8
1 parent b9e52c4 commit c73454a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ern-local-cli/scripts/postinstall.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const os = require('os')
1616
// ....
1717
// |_ .ernrc
1818

19-
const PLATFORM_VERSION = '0.41.7'
19+
const PLATFORM_VERSION = '0.41.8'
2020
// Path to ern platform root directory
2121
const ERN_PATH = process.env['ERN_HOME'] || path.join(os.homedir(), '.ern')
2222
// Path to ern global configuration file

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "0.41.7"
4+
"version": "0.41.8"
55
}

0 commit comments

Comments
 (0)