From f77bd6ba6d5ab8702e8eaede4170613b1afe17bb Mon Sep 17 00:00:00 2001 From: dievsky Date: Thu, 4 Nov 2021 11:30:36 +0100 Subject: [PATCH] Updated README.md for 1.2.0 --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b9e9f9c..09c56e1 100644 --- a/README.md +++ b/README.md @@ -28,27 +28,27 @@ Kotlin. Here are some highlights: Installation ------------ -Starting with `1.1.0`, the latest version of `viktor` is available on [Maven Central][maven-central]. +The latest version of `viktor` is available on [Maven Central][maven-central]. If you're using Gradle, just add the following to your `build.gradle` dependencies: ```groovy -implementation 'org.jetbrains.bio:viktor:1.1.0' +implementation 'org.jetbrains.bio:viktor:1.2.0' ``` or, equivalently, add the following to your `build.gradle.kts` dependencies: ```kotlin -implementation("org.jetbrains.bio:viktor:1.1.0") +implementation("org.jetbrains.bio:viktor:1.2.0") ``` With Maven, use the dependency ```xml org.jetbrains.bio viktor - 1.1.0 + 1.2.0 ``` -Earlier versions can be downloaded from [GitHub Releases][releases]. +Versions older than `1.1.0` can be downloaded from [GitHub Releases][releases]. -[maven-central]: https://search.maven.org/artifact/org.jetbrains.bio/viktor/1.1.0/jar +[maven-central]: https://search.maven.org/artifact/org.jetbrains.bio/viktor/1.2.0/jar [releases]: https://github.com/JetBrains-Research/viktor/releases The JAR available on Maven Central currently targets only: