diff --git a/ern-local-cli/scripts/postinstall.js b/ern-local-cli/scripts/postinstall.js index aa8820c39..e39ac877a 100755 --- a/ern-local-cli/scripts/postinstall.js +++ b/ern-local-cli/scripts/postinstall.js @@ -16,7 +16,7 @@ const os = require('os') // .... // |_ .ernrc -const PLATFORM_VERSION = '0.41.5' +const PLATFORM_VERSION = '0.41.6' // Path to ern platform root directory const ERN_PATH = process.env['ERN_HOME'] || path.join(os.homedir(), '.ern') // Path to ern global configuration file diff --git a/lerna.json b/lerna.json index f5074ba0d..4ee883b6a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "0.41.5" + "version": "0.41.6" }