Skip to content

Commit f77bd6b

Browse files
committed
Updated README.md for 1.2.0
1 parent fd8d9d4 commit f77bd6b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,27 +28,27 @@ Kotlin. Here are some highlights:
2828
Installation
2929
------------
3030

31-
Starting with `1.1.0`, the latest version of `viktor` is available on [Maven Central][maven-central].
31+
The latest version of `viktor` is available on [Maven Central][maven-central].
3232
If you're using Gradle, just add the following to your `build.gradle` dependencies:
3333
```groovy
34-
implementation 'org.jetbrains.bio:viktor:1.1.0'
34+
implementation 'org.jetbrains.bio:viktor:1.2.0'
3535
```
3636
or, equivalently, add the following to your `build.gradle.kts` dependencies:
3737
```kotlin
38-
implementation("org.jetbrains.bio:viktor:1.1.0")
38+
implementation("org.jetbrains.bio:viktor:1.2.0")
3939
```
4040
With Maven, use the dependency
4141
```xml
4242
<dependency>
4343
<groupId>org.jetbrains.bio</groupId>
4444
<artifactId>viktor</artifactId>
45-
<version>1.1.0</version>
45+
<version>1.2.0</version>
4646
</dependency>
4747
```
4848
49-
Earlier versions can be downloaded from [GitHub Releases][releases].
49+
Versions older than `1.1.0` can be downloaded from [GitHub Releases][releases].
5050
51-
[maven-central]: https://search.maven.org/artifact/org.jetbrains.bio/viktor/1.1.0/jar
51+
[maven-central]: https://search.maven.org/artifact/org.jetbrains.bio/viktor/1.2.0/jar
5252
[releases]: https://github.com/JetBrains-Research/viktor/releases
5353
5454
The JAR available on Maven Central currently targets only:

0 commit comments

Comments
 (0)