Skip to content

Commit

Permalink
Merge pull request #119 from exoego/release-0.7.0
Browse files Browse the repository at this point in the history
Release 0.7.0
  • Loading branch information
exoego committed Apr 21, 2020
2 parents 345c2dd + 6646a82 commit 00c24cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
cat ./version.sbt

export SCALAJS_VERSION=0.6.32
sbt clean +publishSigned sonatypeBundleUpload sonatypeReleaseAll
unsert SCALAJS_VERSION
sbt clean +publishSigned sonatypeBundleUpload sonatypeReleaseAll
sbt clean +publishSigned sonatypeBundleRelase
unset SCALAJS_VERSION
sbt clean +publishSigned sonatypeBundleRelase
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.6.1-SNAPSHOT"
version in ThisBuild := "0.7.1-SNAPSHOT"

0 comments on commit 00c24cb

Please sign in to comment.