Skip to content

Commit

Permalink
Merge pull request #127 from exoego/publishing
Browse files Browse the repository at this point in the history
Publishing
  • Loading branch information
exoego committed May 11, 2020
2 parents c48f600 + 8a4d2b8 commit b5dbb9d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Add dependency in `build.sbt`.

```sbt
// For Node.js v12
libraryDependencies += "net.exoego" %%% "aws-lambda-scalajs-facade" % "0.6.0"
libraryDependencies += "net.exoego" %%% "aws-lambda-scalajs-facade" % "0.8.0"
```

Import and code.
Expand Down
5 changes: 3 additions & 2 deletions scripts/release.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env bash

cat ./version.sbt
export SCALAJS_VERSION="0.6.32"
sbt show scalaVersion
sbt clean +publishSigned sonatypeBundleRelease
unset SCALAJS_VERSION
sbt show scalaVersion
sbt clean +publishSigned sonatypeBundleRelease
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.7.1-SNAPSHOT"
version in ThisBuild := "0.8.0"

0 comments on commit b5dbb9d

Please sign in to comment.