Skip to content

Commit

Permalink
Merge pull request #24 from Dh3356/release/v1.0.1-#23
Browse files Browse the repository at this point in the history
Create RELEASE v1.0.1
  • Loading branch information
Dh3356 authored Jan 7, 2025
2 parents f2afb26 + 70d31d0 commit 2fce2bd
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 2fce2bd

Please sign in to comment.