Skip to content

Commit 64a309d

Browse files
author
mtctx
committed
Changed version
1 parent fef9990 commit 64a309d

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ repositories {
6161
}
6262

6363
dependencies {
64-
implementation("dev.mtctx.library:zappy-core:1.0.0")
65-
ksp("dev.mtctx.library:zappy-processor:1.0.0")
64+
implementation("dev.mtctx.library:zappy-core:1.1.0")
65+
ksp("dev.mtctx.library:zappy-processor:1.1.0")
6666
}
6767
```
6868

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ We only provide **security updates for the latest release**.
1111

1212
| Version | Security Support |
1313
|-----------|------------------|
14-
| `1.0.0` | Supported |
15-
| `< 1.0.0` | Not supported |
14+
| `1.1.0` | Supported |
15+
| `< 1.1.0` | Not supported |
1616

1717
**Always upgrade to the latest version** to stay protected.
1818

core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ plugins {
3939
}
4040

4141
group = "dev.mtctx.library"
42-
version = "1.0.0"
42+
version = "1.1.0"
4343

4444
repositories {
4545
mavenCentral()

processor/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ plugins {
4040
}
4141

4242
group = "dev.mtctx.library"
43-
version = "1.0.0"
43+
version = "1.1.0"
4444

4545
repositories {
4646
mavenCentral()

0 commit comments

Comments
 (0)