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

Commit

Permalink
Bumping up version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
manupsunny committed Apr 17, 2016
1 parent a25797a commit 010cef9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
siteUrl='https://github.com/manupsunny/gauge-gradle-plugin'
gitUrl='https://github.com/manupsunny/gauge-gradle-plugin.git'

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

Expand Down
2 changes: 1 addition & 1 deletion plugin/bintray.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
uploadArchives {
repositories {
mavenDeployer {
repository(url: uri('../repo'))
repository(url: uri('../../repo'))
}
}
}
Expand Down

0 comments on commit 010cef9

Please sign in to comment.