Skip to content

Commit

Permalink
Merge pull request #260 from hagay3/feature/hagai/v3.0.3
Browse files Browse the repository at this point in the history
v3.0.3
  • Loading branch information
hagay3 authored Dec 22, 2022
2 parents 721007b + 4d1ddac commit 1079da6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ You can use the latest release by adding to your build:
- Scala 3.2, 2.13, 2.12 support

```sbt
libraryDependencies += "io.github.hagay3" %% "skuber" % "3.0.2"
libraryDependencies += "io.github.hagay3" %% "skuber" % "3.0.3"
```

## Building
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ You can use the latest release by adding to your build:
- Scala 3.2, 2.13, 2.12 support

```scala
libraryDependencies += "io.github.hagay3" %% "skuber" % "3.0.2"
libraryDependencies += "io.github.hagay3" %% "skuber" % "3.0.3"
```

## Configuration
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "3.0.2"
ThisBuild / version := "3.0.3"

0 comments on commit 1079da6

Please sign in to comment.