Skip to content

Commit

Permalink
🏁 v0.0.6-9 ➖ testing new version script
Browse files Browse the repository at this point in the history
  • Loading branch information
brentonhouse committed Jan 10, 2017
1 parent c9d21f5 commit 6dbe012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion npm-scripts/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var package = require( "../package" );
console.log( "package.version: " + package.version );

// Create new version
var new_version = semver.inc( package.version, 'prerelease', 'beta' );
var new_version = semver.inc( package.version, 'prerelease', '' );
console.log( "new_version: " + new_version );

// Format commit message
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativeloop",
"version": "0.0.6-8",
"version": "0.0.6-9",
"description": "Tool for building {nativeloop} mobile apps",
"keywords": [
"nativeloop",
Expand Down

0 comments on commit 6dbe012

Please sign in to comment.