Skip to content

Commit

Permalink
Base version
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdussamet KACI committed Jan 27, 2023
1 parent 4a2c397 commit ebd06e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ maven { url = uri("https://jitpack.io") }
```

```
implementation("com.github.DogusTeknoloji:springkafkadoc:1.0.4")
implementation("com.github.DogusTeknoloji:springkafkadoc:1.0.0")
```

- Add asyncapi configuration file
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
}

group = "com.dteknoloji"
version = "1.0.4"
version = "1.0.0"
java.sourceCompatibility = JavaVersion.VERSION_17
java.targetCompatibility = JavaVersion.VERSION_17

Expand All @@ -30,7 +30,7 @@ publishing {
publications {
create<MavenPublication>("maven") {
groupId = "com.dteknoloji"
version = "1.0.4"
version = "1.0.0"
artifactId = "springkafkadoc"
from(components["java"])
}
Expand Down

0 comments on commit ebd06e0

Please sign in to comment.