Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
valentiay committed Apr 23, 2022
1 parent a8fd33a commit aa7770d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Scala 2.12 and 2.13 are supported.
Add phobos-core to your dependencies:

```
libraryDependencies += "ru.tinkoff" %% "phobos-core" % "0.14.0"
libraryDependencies += "ru.tinkoff" %% "phobos-core" % "0.14.1"
```

Then try this code out in `sbt console` or in a separate source file:
Expand Down Expand Up @@ -66,7 +66,7 @@ Performance details can be found out in [phobos-benchmark repository](https://gi
There are several additional modules for some specific cases.
These modules could be added with command below:
```
libraryDependencies += "ru.tinkoff" %% "phobos-<module>" % "0.14.0"
libraryDependencies += "ru.tinkoff" %% "phobos-<module>" % "0.14.1"
```
Where `<module>` is module name.

Expand Down
2 changes: 1 addition & 1 deletion publish.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Publish._

publishVersion := "0.14.0"
publishVersion := "0.14.1"

ThisBuild / organization := "ru.tinkoff"
ThisBuild / version := {
Expand Down

0 comments on commit aa7770d

Please sign in to comment.