Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
emersonf committed Aug 11, 2017
1 parent edc31a8 commit c37895d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java-schema-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@

buildscript {
dependencies {
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.5'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
}
}

apply plugin: 'maven-publish'
apply plugin: 'com.jfrog.bintray' // see https://github.com/bintray/gradle-bintray-plugin for details

archivesBaseName = 'omh-schema-sdk'
version = '1.0.6'
version = '1.1.0'

ext {
jacksonVersion = '2.8.9'
Expand Down

0 comments on commit c37895d

Please sign in to comment.