Skip to content

Commit

Permalink
Merge pull request #9 from Dh3356/release/v0.2-#8
Browse files Browse the repository at this point in the history
Create RELEASE v0.2
  • Loading branch information
Dh3356 authored Dec 2, 2024
2 parents c74ac97 + f71a705 commit e3a960a
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 = '0.1'
version = '0.2'

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

from components.java
}
Expand Down

0 comments on commit e3a960a

Please sign in to comment.