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

Commit

Permalink
Prepare release of 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rekire committed Mar 20, 2019
1 parent 92e4001 commit 76fe5de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ buildscript {
ext.versions = [:]
ext.versions.kotlin = '1.3.21'
ext.versions.dokka = '0.9.17'
ext.versions.core = '1.0'
ext.versions.alexa = '0.1'
ext.versions.ssml = '1.0'
ext.versions.ssml_plugin = '1.0'
ext.versions.spring_plugin = '1.0'
ext.versions.konversation_plugin = '1.0'
ext.versions.core = '1.0.1'
ext.versions.alexa = '1.0.1'
ext.versions.ssml = '1.0.1'
ext.versions.ssml_plugin = '1.0.1'
ext.versions.spring_plugin = '1.0.1'
ext.versions.konversation_plugin = '1.0.1'

repositories {
mavenLocal()
Expand Down
2 changes: 1 addition & 1 deletion publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ publish {
desc = project.description
bintrayUser = project.properties['bintray.user']
bintrayKey = project.properties['bintray.apikey']
dryRun = true
dryRun = false
publications = ['maven']
}

Expand Down

0 comments on commit 76fe5de

Please sign in to comment.