Skip to content

Commit d59e914

Browse files
committed
bump version to 2.0.2
1 parent 5800982 commit d59e914

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ If you're using Version Catalog, add the following to your `libs.versions.toml`
3333
```toml
3434
[versions]
3535
#...
36-
autolinktext = "2.0.1"
36+
autolinktext = "2.0.2"
3737

3838
[libraries]
3939
#...
@@ -45,7 +45,7 @@ or
4545
```toml
4646
[libraries]
4747
#...
48-
autolinktext = { module = "sh.calvin.autolinktext:autolinktext", version = "2.0.1" }
48+
autolinktext = { module = "sh.calvin.autolinktext:autolinktext", version = "2.0.2" }
4949
```
5050

5151
then
@@ -66,7 +66,7 @@ If you're using Gradle instead, add the following to your `build.gradle` file:
6666
```kotlin
6767
dependencies {
6868
// ...
69-
implementation("sh.calvin.autolinktext:autolinktext:2.0.1")
69+
implementation("sh.calvin.autolinktext:autolinktext:2.0.2")
7070
}
7171
```
7272

@@ -75,7 +75,7 @@ dependencies {
7575
```groovy
7676
dependencies {
7777
// ...
78-
implementation 'sh.calvin.autolinktext:autolinktext:2.0.1'
78+
implementation 'sh.calvin.autolinktext:autolinktext:2.0.2'
7979
}
8080
```
8181

autolinktext/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
}
1313

1414
group = "sh.calvin.autolinktext"
15-
version = "2.0.1"
15+
version = "2.0.2"
1616

1717
kotlin {
1818
coreLibrariesVersion = "1.9.0"

0 commit comments

Comments
 (0)