From 866a74971835c3218c340ab8ea33f1485190bde3 Mon Sep 17 00:00:00 2001 From: Benoit Lemaire Date: Tue, 26 May 2020 22:04:39 -0700 Subject: [PATCH] v0.41.6 --- ern-local-cli/scripts/postinstall.js | 2 +- lerna.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" }