Skip to content

Commit

Permalink
chore(release): prepare for v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dylandoamaral committed Aug 2, 2022
1 parent b9eaee3 commit 400ec6c
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 @@ -92,7 +92,7 @@ We provide [other examples](https://github.com/univalence/zio-notion/tree/master
If you want to get the very last version of this library you can still download it using:

```scala
libraryDependencies += "io.univalence" %% "zio-notion" % "0.8.1"
libraryDependencies += "io.univalence" %% "zio-notion" % "0.9.0"
```

### Snapshots
Expand Down
2 changes: 1 addition & 1 deletion docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ STTP, Circe and ZIO to communicate with the Notion API. Thus, we tend to follow
To install the library, add the following line to your **build.sbt**:

```scala
libraryDependencies += "io.univalence" %% "zio-notion" % "0.8.1"
libraryDependencies += "io.univalence" %% "zio-notion" % "0.9.0"
```

You will need to create a Notion integration to use this library. You can rapidly create one integration for free at
Expand Down

0 comments on commit 400ec6c

Please sign in to comment.