version-bump-prompt
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -63,3 +63,3 @@ 'use strict'; | ||
current.inc(type, identifier || current.prerelease[0] || 'beta'); | ||
pkg.version = current.version; | ||
version = pkg.version = current.version; | ||
@@ -66,0 +66,0 @@ // Save the file |
{ | ||
"name": "version-bump-prompt", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Automatically (or with prompts) bump your version number, commit, tag, and push", | ||
@@ -51,4 +51,4 @@ "keywords": [ | ||
"npm-check-updates": "^1.5.1", | ||
"version-bump-prompt": "^1.2.0" | ||
"version-bump-prompt": "^1.2.1" | ||
} | ||
} |
9221