Skip to content

Commit

Permalink
chore(release): prepare for v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dylandoamaral committed Jun 21, 2022
1 parent 756bedf commit 6d104f6
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 @@ -86,7 +86,7 @@ object UpdatePage extends ZIOAppDefault {
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.6.1"
libraryDependencies += "io.univalence" %% "zio-notion" % "0.6.2"
```

### 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.6.1"
libraryDependencies += "io.univalence" %% "zio-notion" % "0.6.2"
```

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 6d104f6

Please sign in to comment.