Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NightEule5 committed Mar 14, 2022
1 parent c822373 commit 833edb4
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 @@ -10,7 +10,7 @@ repositories {
}

dependencies {
implementation(group = "dev.strixpyrr.kuid", name = "kuid", version = "0.0.2")
implementation(group = "dev.strixpyrr.kuid", name = "kuid", version = "0.1.0")
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ allprojects()
}

group = "dev.strixpyrr.kuid"
version = "0.0.2"
version = "0.1.0"

repositories()
{
Expand Down

0 comments on commit 833edb4

Please sign in to comment.