Skip to content

Commit 76be45c

Browse files
committed
Release 5.2.0
1 parent 10ebdbf commit 76be45c

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
@@ -1,6 +1,6 @@
11
[![License](https://img.shields.io/badge/License-Apache%202.0-brightgreen)](https://github.com/ermadmi78/kobby/blob/main/LICENSE)
2-
[![Plugin Portal](https://img.shields.io/badge/Plugin%20Portal-v5.1.0-orange)](https://plugins.gradle.org/plugin/io.github.ermadmi78.kobby)
3-
[![Maven Central](https://img.shields.io/badge/Maven%20Central-v5.1.0-orange)](https://repo.maven.apache.org/maven2/io/github/ermadmi78/kobby-maven-plugin/)
2+
[![Plugin Portal](https://img.shields.io/badge/Plugin%20Portal-v5.2.0-orange)](https://plugins.gradle.org/plugin/io.github.ermadmi78.kobby)
3+
[![Maven Central](https://img.shields.io/badge/Maven%20Central-v5.2.0-orange)](https://repo.maven.apache.org/maven2/io/github/ermadmi78/kobby-maven-plugin/)
44
[![Discussions](https://img.shields.io/badge/Discussions-On%20GitHub-blue)](https://github.com/ermadmi78/kobby/discussions)
55

66
[![alt text](https://github.com/ermadmi78/kobby/blob/main/images/simple_query.png)](https://github.com/ermadmi78/kobby/wiki)
@@ -70,7 +70,7 @@ Please see [CONTRIBUTING.md](CONTRIBUTING.md)
7070

7171
```kotlin
7272
plugins {
73-
id("io.github.ermadmi78.kobby") version "5.1.0"
73+
id("io.github.ermadmi78.kobby") version "5.2.0"
7474
}
7575
```
7676

@@ -83,7 +83,7 @@ plugins {
8383
<plugin>
8484
<groupId>io.github.ermadmi78</groupId>
8585
<artifactId>kobby-maven-plugin</artifactId>
86-
<version>5.1.0</version>
86+
<version>5.2.0</version>
8787
<executions>
8888
<execution>
8989
<phase>generate-sources</phase>

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryEr
77
kotlin.code.style=official
88

99
group = io.github.ermadmi78
10-
version = 5.2.0-SNAPSHOT
10+
version = 5.2.1-SNAPSHOT
1111

1212
# dependencies
1313
kotlinJdkVersion=11

0 commit comments

Comments
 (0)