Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Commit

Permalink
Bump version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vhpoet committed Jun 30, 2015
1 parent 1de5ff4 commit 9a3f578
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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": "ripple-client",
"version": "1.4.4-1",
"version": "1.5.0",
"description": "Trade client for the Ripple payment network",
"author": {
"name": "Ripple Labs, Inc.",
Expand Down

0 comments on commit 9a3f578

Please sign in to comment.