Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego committed May 11, 2020
1 parent c4bef6b commit 8a4d2b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
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 8a4d2b8

Please sign in to comment.