Skip to content

Commit

Permalink
chore : Version up 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wwan13 committed Jun 20, 2024
1 parent 6cb03fd commit 01658b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {

```groovy
dependencies {
implementation 'com.github.wwan13:winter-security:0.0.2'
implementation 'com.github.wwan13:winter-security:0.0.5'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = 'io.wwan13'
version = '0.0.2'
version = '0.0.5'

java {
sourceCompatibility = '17'
Expand Down

0 comments on commit 01658b4

Please sign in to comment.