Skip to content

Commit

Permalink
Updated to v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lu4nm3 committed Sep 13, 2018
1 parent 50169bc commit 085da43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -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
script: sbt ++$TRAVIS_SCALA_VERSION sonatypeRelease
2 changes: 1 addition & 1 deletion version.sbt
@@ -1 +1 @@
version in ThisBuild := "0.0.3-SNAPSHOT"
version in ThisBuild := "0.0.3"

0 comments on commit 085da43

Please sign in to comment.