diff --git a/README.md b/README.md index 9fcf29f..34450ca 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,12 @@ Installation ------------ With Scala CLI: add the following to your `project.scala` file. ```scala -//> using dep "ch.epfl.tyqu::tyqu:0.0.1" +//> using dep "ch.epfl.tyqu::tyqu:0.1.0" ``` With sbt: add the following to your `build.sbt` file. ```scala -libraryDependencies += "ch.epfl.tyqu" %% "tyqu" % "0.0.1" +libraryDependencies += "ch.epfl.tyqu" %% "tyqu" % "0.1.0" ``` Usage