Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkarns committed Jul 20, 2020
1 parent c3a4374 commit 2132f80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libexec/nodenv---version
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 14,7 @@ set -e

cd "${BASH_SOURCE%/*}" 2>/dev/null

version=1.3.2
version=1.4.0

semver_compliant() {
sed -E 's/-([[:digit:]] )-g([[:alnum:]] )/ \1.\2/'
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "@nodenv/nodenv",
"version": "1.3.2",
"version": "1.4.0",
"description": "Manage multiple NodeJS versions",
"homepage": "https://github.com/nodenv/nodenv#readme",
"license": "MIT",
Expand Down

0 comments on commit 2132f80

Please sign in to comment.