Skip to content

Commit

Permalink
Release 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed Jun 29, 2019
1 parent 15b40d1 commit 291d0b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.3.21'
ext.kotlin_version = '1.3.40'
ext.isTravis = System.getenv("TRAVIS") == "true"
ext.travisBuildNumber = System.getenv("TRAVIS_BUILD_NUMBER")
ext.isReleaseVersion = !isTravis
Expand All @@ -16,7 +16,7 @@ buildscript {

plugins {
id 'java'
id 'org.jetbrains.kotlin.jvm' version '1.3.21'
id 'org.jetbrains.kotlin.jvm' version '1.3.40'
id 'java-library'
id 'maven-publish'
id 'signing'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -10,7 +10,7 @@ intellijPublishUsername=xx
intellijPublishPassword=xx

#this is the version used by the gradle release plugin
version=3.3.2
version=3.3.3

org.gradle.caching=true
sandbox = .
Expand Down

0 comments on commit 291d0b9

Please sign in to comment.