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

Commit 9a3f578

Browse files
committed
Bump version to 1.5.0
1 parent 1de5ff4 commit 9a3f578

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ gulp.task('gitVersion', function (cb) {
150150
require('child_process').exec('git rev-parse --abbrev-ref HEAD', function(err, stdout) {
151151
meta.gitVersionBranch = stdout.replace(/\n$/, '');
152152

153-
require('child_process').exec('git describe --tags --always --dirty', function(err, stdout) {
153+
require('child_process').exec('git describe --tags --always', function(err, stdout) {
154154
meta.gitVersion = stdout.replace(/\n$/, '');
155155

156156
cb(err)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ripple-client",
3-
"version": "1.4.4-1",
3+
"version": "1.5.0",
44
"description": "Trade client for the Ripple payment network",
55
"author": {
66
"name": "Ripple Labs, Inc.",

0 commit comments

Comments
 (0)