Skip to content

Commit

Permalink
v0.41.6
Browse files Browse the repository at this point in the history
  • Loading branch information
belemaire committed May 27, 2020
1 parent b553c6c commit 866a749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ern-local-cli/scripts/postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.41.5"
"version": "0.41.6"
}

0 comments on commit 866a749

Please sign in to comment.