WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 9c68191

Browse files
committed
bump version to 2.0.0
1 parent 39346eb commit 9c68191

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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 = "1.1.1"
36+
autolinktext = "2.0.0"
3737

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

5151
### Gradle
@@ -56,15 +56,15 @@ If you're using Gradle instead, add the following to your `build.gradle` file:
5656

5757
```kotlin
5858
dependencies {
59-
implementation("sh.calvin.autolinktext:autolinktext:1.1.1")
59+
implementation("sh.calvin.autolinktext:autolinktext:2.0.0")
6060
}
6161
```
6262

6363
#### Groovy DSL
6464

6565
```groovy
6666
dependencies {
67-
implementation 'sh.calvin.autolinktext:autolinktext:1.1.1'
67+
implementation 'sh.calvin.autolinktext:autolinktext:2.0.0'
6868
}
6969
```
7070

autolinktext/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
group = "sh.calvin.autolinktext"
13-
version = "1.1.1"
13+
version = "2.0.0"
1414

1515
kotlin {
1616
androidTarget {

0 commit comments

Comments
 (0)