Skip to content

Commit 27a5ce4

Browse files
Merge pull request #44 from stevelacey/description-and-version
Updated description and bumped version
2 parents 126c4f4 + e90b28f commit 27a5ce4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -499,8 +499,8 @@ function createMergeRequest(options) {
499499
}
500500

501501
program
502-
.version('0.0.1')
503-
.description('gitlab command line for creating merge request.')
502+
.description('gitlab command line utility')
503+
.version('1.0.2')
504504

505505
program.Command.prototype.legacy = function (alias) {
506506
legacies[alias] = this._name;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-lab-cli",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "",
55
"main": "index.js",
66
"scripts": {},

0 commit comments

Comments
 (0)