Skip to content

Commit

Permalink
feature: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaklede committed Jan 21, 2024
1 parent 98b43d1 commit 0f2302c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

```kotlin
dependencies {
implementation("io.github.Yaklede:empty-object-generator:0.2.3")
implementation("io.github.Yaklede:empty-object-generator:0.2.4")
}
```

Expand Down
2 changes: 1 addition & 1 deletion publish.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ext {
PUBLISH_GROUP_ID = 'io.github.Yaklede'
PUBLISH_VERSION = '0.2.3'
PUBLISH_VERSION = '0.2.4'
PUBLISH_ARTIFACT_ID = 'empty-object-generator'
PUBLISH_DESCRIPTION = 'Empty Object Auto Generator Library'
PUBLISH_URL = 'https://github.com/Yaklede/EmptyObjectGenerator'
Expand Down

0 comments on commit 0f2302c

Please sign in to comment.