Skip to content

Commit

Permalink
feat: Update to release v1.0.1 - #23
Browse files Browse the repository at this point in the history
- Update build.gradle.
  • Loading branch information
Dh3356 committed Jan 7, 2025
1 parent f2afb26 commit 70d31d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = 'dh3356.restful_interceptor'
version = '1.0'
version = '1.0.1'

java {
sourceCompatibility = '17'
Expand All @@ -35,7 +35,7 @@ publishing {
maven(MavenPublication) {
groupId = 'dh3356.restful_interceptor'
artifactId = 'restful_interceptor'
version = '1.0'
version = '1.0.1'

from components.java
}
Expand Down

0 comments on commit 70d31d0

Please sign in to comment.