From 451955bf82124032e9283192c5c9579a6fef79c4 Mon Sep 17 00:00:00 2001 From: Eric K Richardson Date: Fri, 13 Dec 2019 11:54:59 -0800 Subject: [PATCH] Combine extra Native and JS releases together and prepare for new release --- .travis.yml | 4 +--- README.md | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8ff7ebbb..b349c812 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,10 +46,8 @@ jobs: script: - sbt ci-release - export SCALANATIVE_VERSION=0.4.0-M2 - - export CI_RELEASE="+sconfigNative/publishSigned" - - sbt ci-release - export SCALAJS_VERSION=1.0.0-RC2 - - export CI_RELEASE="+sconfigJS/publishSigned" + - export CI_RELEASE="+sconfigNative/publishSigned;+sconfigJS/publishSigned" - sbt ci-release cache: diff --git a/README.md b/README.md index dcf487df..c95ef228 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ For specific changes, refer to the releases below. ## Versions -Release [1.1.0](https://github.com/ekrich/sconfig/releases/tag/v1.1.0) - (2019-12-13)
+Release [1.1.1](https://github.com/ekrich/sconfig/releases/tag/v1.1.1) - (2019-12-13)
Release [1.0.0](https://github.com/ekrich/sconfig/releases/tag/v1.0.0) - (2019-08-05)
Release [0.9.2](https://github.com/ekrich/sconfig/releases/tag/v0.9.2) - (2019-06-10)
Release [0.9.1](https://github.com/ekrich/sconfig/releases/tag/v0.9.1) - (2019-05-22)