Skip to content

Commit 3bf65f2

Browse files
committed
Release 5.3.1
1 parent 492fecb commit 3bf65f2

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.3.0-orange)](https://plugins.gradle.org/plugin/io.github.ermadmi78.kobby)
3-
[![Maven Central](https://img.shields.io/badge/Maven%20Central-v5.3.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.3.1-orange)](https://plugins.gradle.org/plugin/io.github.ermadmi78.kobby)
3+
[![Maven Central](https://img.shields.io/badge/Maven%20Central-v5.3.1-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)
@@ -87,7 +87,7 @@ Please see [CONTRIBUTING.md](CONTRIBUTING.md)
8787

8888
```kotlin
8989
plugins {
90-
id("io.github.ermadmi78.kobby") version "5.3.0"
90+
id("io.github.ermadmi78.kobby") version "5.3.1"
9191
}
9292
```
9393

@@ -100,7 +100,7 @@ plugins {
100100
<plugin>
101101
<groupId>io.github.ermadmi78</groupId>
102102
<artifactId>kobby-maven-plugin</artifactId>
103-
<version>5.3.0</version>
103+
<version>5.3.1</version>
104104
<executions>
105105
<execution>
106106
<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.3.1-SNAPSHOT
10+
version = 5.3.2-SNAPSHOT
1111

1212
# dependencies
1313
kotlinJdkVersion=11

0 commit comments

Comments
 (0)