Skip to content

Commit

Permalink
Release 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ermadmi78 committed Jul 16, 2024
1 parent fc7fbba commit 6e85715
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![License](https://img.shields.io/badge/License-Apache%202.0-brightgreen)](https://github.com/ermadmi78/kobby/blob/main/LICENSE)
[![Plugin Portal](https://img.shields.io/badge/Plugin%20Portal-v4.0.1-orange)](https://plugins.gradle.org/plugin/io.github.ermadmi78.kobby)
[![Maven Central](https://img.shields.io/badge/Maven%20Central-v4.0.1-orange)](https://search.maven.org/artifact/io.github.ermadmi78/kobby-maven-plugin)
[![Plugin Portal](https://img.shields.io/badge/Plugin%20Portal-v4.0.3-orange)](https://plugins.gradle.org/plugin/io.github.ermadmi78.kobby)
[![Maven Central](https://img.shields.io/badge/Maven%20Central-v4.0.3-orange)](https://search.maven.org/artifact/io.github.ermadmi78/kobby-maven-plugin)
[![Discussions](https://img.shields.io/badge/Discussions-On%20GitHub-blue)](https://github.com/ermadmi78/kobby/discussions)

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

```kotlin
plugins {
id("io.github.ermadmi78.kobby") version "4.0.1"
id("io.github.ermadmi78.kobby") version "4.0.3"
}
```

Expand All @@ -83,7 +83,7 @@ plugins {
<plugin>
<groupId>io.github.ermadmi78</groupId>
<artifactId>kobby-maven-plugin</artifactId>
<version>4.0.1</version>
<version>4.0.3</version>
<executions>
<execution>
<phase>generate-sources</phase>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryEr
kotlin.code.style=official

group = io.github.ermadmi78
version = 4.0.3-SNAPSHOT
version = 4.0.4-SNAPSHOT

# dependencies
kotlinJdkVersion=11
Expand Down

0 comments on commit 6e85715

Please sign in to comment.