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 ef119b9 commit b7db54e
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 @@ -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.3")
implementation("io.github.Yaklede:spring-excel-extension:0.0.4")
```

# How to Use
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.3'
PUBLISH_VERSION = '0.0.4'
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 b7db54e

Please sign in to comment.