Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkarns committed May 4, 2019
1 parent 5ede1b0 commit 83b7614
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.2.0
version=1.3.0

if git remote -v 2>/dev/null | grep -q nodenv; then
git_revision="$(git describe --tags HEAD 2>/dev/null || true)"
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.2.0",
"version": "1.3.0",
"description": "Manage multiple NodeJS versions",
"homepage": "https://github.com/nodenv/nodenv#readme",
"license": "MIT",
Expand Down

0 comments on commit 83b7614

Please sign in to comment.