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 553e736

Browse files
committed
bump version to 1.1.0
1 parent 0ea7a37 commit 553e736

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If you're using Version Catalog, add the following to your `libs.versions.toml`
2727
```toml
2828
[versions]
2929
#...
30-
autolinktext = "1.0.0"
30+
autolinktext = "1.1.0"
3131

3232
[libraries]
3333
#...
@@ -39,7 +39,7 @@ or
3939
```toml
4040
[libraries]
4141
#...
42-
autolinktext = { module = "sh.calvin.autolinktext:autolinktext", version = "1.0.0" }
42+
autolinktext = { module = "sh.calvin.autolinktext:autolinktext", version = "1.1.0" }
4343
```
4444

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

5151
```kotlin
5252
dependencies {
53-
implementation("sh.calvin.autolinktext:autolinktext:1.0.0")
53+
implementation("sh.calvin.autolinktext:autolinktext:1.1.0")
5454
}
5555
```
5656

5757
#### Groovy DSL
5858

5959
```groovy
6060
dependencies {
61-
implementation 'sh.calvin.autolinktext:autolinktext:1.0.0'
61+
implementation 'sh.calvin.autolinktext:autolinktext:1.1.0'
6262
}
6363
```
6464

autolinktext/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = "sh.calvin.autolinktext"
9-
version = "1.0.0"
9+
version = "1.1.0"
1010

1111
kotlin {
1212
androidTarget {

demoApp/composeApp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ compose.desktop {
113113
nativeDistributions {
114114
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
115115
packageName = "sh.calvin.autolinktext.demo"
116-
packageVersion = "1.0.0"
116+
packageVersion = "1.1.0"
117117
}
118118
}
119119
}

0 commit comments

Comments
 (0)