Skip to content

Commit e3cc81d

Browse files
committed
v0.41.5
1 parent 07e28f2 commit e3cc81d

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.4'
19+
const PLATFORM_VERSION = '0.41.5'
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.4"
4+
"version": "0.41.5"
55
}

0 commit comments

Comments
 (0)