From 085da43956f4ca66b074ff107541eb7ecf59ac11 Mon Sep 17 00:00:00 2001 From: lu4nm3 Date: Thu, 13 Sep 2018 00:32:03 -0700 Subject: [PATCH] Updated to v0.0.3 --- .travis.yml | 4 ++-- version.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c39bb1c..81600c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,6 +45,6 @@ jobs: - stage: release scala: 2.11.12 - script: sbt ++$TRAVIS_SCALA_VERSION publishSigned sonatypeRelease + script: sbt ++$TRAVIS_SCALA_VERSION sonatypeRelease - scala: 2.12.6 - script: sbt ++$TRAVIS_SCALA_VERSION publishSigned sonatypeRelease \ No newline at end of file + script: sbt ++$TRAVIS_SCALA_VERSION sonatypeRelease \ No newline at end of file diff --git a/version.sbt b/version.sbt index 6e9f17c..b2ded7b 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "0.0.3-SNAPSHOT" \ No newline at end of file +version in ThisBuild := "0.0.3" \ No newline at end of file