Skip to content

Commit

Permalink
Merge pull request #16 from Dh3356/release/v1.0-#15
Browse files Browse the repository at this point in the history
Create RELEASE v1.0
  • Loading branch information
Dh3356 authored Dec 22, 2024
2 parents 51d280c + eb63bbe commit 22c82f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ out/

### VS Code ###
.vscode/

### Mac OS
.DS_Store
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.2'
version = '1.0'

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

from components.java
}
Expand Down

0 comments on commit 22c82f5

Please sign in to comment.