Skip to content
This repository was archived by the owner on Mar 21, 2019. It is now read-only.

Commit 010cef9

Browse files
committed
Bumping up version to 1.4.1
1 parent a25797a commit 010cef9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugin.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
siteUrl='https://github.com/manupsunny/gauge-gradle-plugin'
22
gitUrl='https://github.com/manupsunny/gauge-gradle-plugin.git'
33

4-
version=1.4.0
4+
version=1.4.1
55
name=gauge-gradle-plugin
66
description='Gradle plugin for Gauge, the open source test automation tool developed by ThoughtWorks.'
77

plugin/bintray.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
uploadArchives {
22
repositories {
33
mavenDeployer {
4-
repository(url: uri('../repo'))
4+
repository(url: uri('../../repo'))
55
}
66
}
77
}

0 commit comments

Comments
 (0)