Skip to content

Commit

Permalink
GH-13 Release 1.0.1
Browse files Browse the repository at this point in the history
* 1.0.1 release
  • Loading branch information
P1otrulla authored Nov 19, 2024
1 parent dc443dc commit 8bbb167
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions newbieprotection-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "dev.piotrulla.newbieprotection"
version = "1.0.0"
version = "1.0.1"

repositories {
mavenCentral()
Expand Down Expand Up @@ -46,7 +46,7 @@ publishing {

credentials {
username = "admin"
password = "5k3Ss9txOjs3MH8ElyDOLYjgxNc3SxVzxDS+FzZL5YZ0Gpw1f3DZJm2vzPm7r2Dj"
password = "skibidibi_sigma"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion newbieprotection-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "dev.piotrulla.newbieprotection"
version = "1.0.0"
version = "1.0.1"

repositories {
mavenCentral()
Expand Down

0 comments on commit 8bbb167

Please sign in to comment.