Skip to content

Commit

Permalink
fix: empty generator version up
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaklede committed Jan 20, 2024
1 parent d88a8e2 commit 929d4fb
Show file tree
Hide file tree
Showing 3 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 @@ -12,7 +12,7 @@ You can easily create an Excel file in the spring.

# Gradle
```kotlin
implementation("io.github.Yaklede:spring-excel-extension:0.0.1")
implementation("io.github.Yaklede:spring-excel-extension:0.0.2")
```

# How to Use
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
implementation("org.apache.commons:commons-compress:1.21")

//empty generator
implementation("io.github.Yaklede:empty-object-generator:0.2.2")
implementation("io.github.Yaklede:empty-object-generator:0.2.3")

//kotlin
implementation("org.jetbrains.kotlin:kotlin-reflect")
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.0.1'
PUBLISH_VERSION = '0.0.2'
PUBLISH_ARTIFACT_ID = 'spring-excel-extension'
PUBLISH_DESCRIPTION = 'Easily Create An Excel File In The Spring Library'
PUBLISH_URL = 'https://github.com/Yaklede/spring-excel-extension'
Expand Down

0 comments on commit 929d4fb

Please sign in to comment.