Skip to content

Commit

Permalink
Bump ver
Browse files Browse the repository at this point in the history
  • Loading branch information
abdolence committed Aug 22, 2020
1 parent 031daad commit 11ee0e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import sbt.Package.ManifestAttributes

name := "slack-morphism-root"

ThisBuild / version := "2.0.1-SNAPSHOT"
ThisBuild / version := "2.0.1"

ThisBuild / description := "Open Type-Safe Reactive Client with Blocks Templating for Slack"

Expand Down
2 changes: 1 addition & 1 deletion site/docs/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permalink: docs/getting-started
Add the following to your `build.sbt`:

```scala
libraryDependencies += "org.latestbit" %% "slack-morphism-client" % "2.0.0"
libraryDependencies += "org.latestbit" %% "slack-morphism-client" % "2.0.1"
```

or if you'd like to start with a full-featured example and template of a Slack bot, which supports:
Expand Down

0 comments on commit 11ee0e8

Please sign in to comment.