Skip to content

Commit

Permalink
Next development version.
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalbe4 committed Jun 22, 2016
1 parent 1b6de3c commit e1e0a1b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
currentVersion=1.7
currentVersion=1.8-SNAPSHOT
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7-SNAPSHOT"
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8-SNAPSHOT"
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/gradle/projects/fileSpec/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7-SNAPSHOT"
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8-SNAPSHOT"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7-SNAPSHOT"
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8-SNAPSHOT"
}
}

Expand Down

0 comments on commit e1e0a1b

Please sign in to comment.