diff --git a/.travis.yml b/.travis.yml index eaab6c3..9fa2784 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,7 @@ matrix: - source ~/.install-jdk-travis.sh script: - 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then ./gradlew build -x jvmTest -x jsTest; fi' - - 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then ./gradlew build -x jvmTest -x jsTest publishMingwx86PublicationToSnapshotRepository publishMingwx64PublicationToSnapshotRepository; fi' + - 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then ./gradlew build -x jvmTest -x jsTest publishMingwx64PublicationToSnapshotRepository; fi' cache: directories: - $HOME/.m2/ diff --git a/multiplatform-crypto/build.gradle.kts b/multiplatform-crypto/build.gradle.kts index 3fd5285..758c67e 100644 --- a/multiplatform-crypto/build.gradle.kts +++ b/multiplatform-crypto/build.gradle.kts @@ -47,7 +47,7 @@ repositories { } group = "com.ionspin.kotlin" -version = "0.0.3" +version = "0.0.4-SNAPSHOT" val ideaActive = System.getProperty("idea.active") == "true"