File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,8 +61,8 @@ repositories {
6161}
6262
6363dependencies {
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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ plugins {
3939}
4040
4141group = " dev.mtctx.library"
42- version = " 1.0 .0"
42+ version = " 1.1 .0"
4343
4444repositories {
4545 mavenCentral()
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ plugins {
4040}
4141
4242group = " dev.mtctx.library"
43- version = " 1.0 .0"
43+ version = " 1.1 .0"
4444
4545repositories {
4646 mavenCentral()
You can’t perform that action at this time.
0 commit comments