Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alaz committed Aug 30, 2024
1 parent c0ed12b commit 733ac6e
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 @@ -68,7 +68,7 @@ val email =
In SBT:

```
val i18n = "com.osinka.i18n" %% "scala-i18n" % "1.0.3"
val i18n = "com.osinka.i18n" %% "scala-i18n" % "1.1.0"
```

# Credits
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

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

0 comments on commit 733ac6e

Please sign in to comment.