Skip to content

Commit

Permalink
feat: Update to release v0.2 - #8
Browse files Browse the repository at this point in the history
- Update build.gradle.
  • Loading branch information
Dh3356 committed Dec 2, 2024
1 parent c74ac97 commit f71a705
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 f71a705

Please sign in to comment.