From 9a3f5782e3c44d465a21aee92f4a0724bdf4f779 Mon Sep 17 00:00:00 2001 From: Vahe Hovhannisyan Date: Tue, 30 Jun 2015 11:07:22 -0700 Subject: [PATCH] Bump version to 1.5.0 --- gulpfile.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 8696620a1..d2f0a2075 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -150,7 +150,7 @@ gulp.task('gitVersion', function (cb) { require('child_process').exec('git rev-parse --abbrev-ref HEAD', function(err, stdout) { meta.gitVersionBranch = stdout.replace(/\n$/, ''); - require('child_process').exec('git describe --tags --always --dirty', function(err, stdout) { + require('child_process').exec('git describe --tags --always', function(err, stdout) { meta.gitVersion = stdout.replace(/\n$/, ''); cb(err) diff --git a/package.json b/package.json index 9c32cfdd4..4fc2e6972 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ripple-client", - "version": "1.4.4-1", + "version": "1.5.0", "description": "Trade client for the Ripple payment network", "author": { "name": "Ripple Labs, Inc.",