Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
squid233 committed Jul 17, 2023
1 parent 9c49efd commit 0c44772
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ Utilities Bill of Materials.

```groovy
dependencies {
implementation(platform("io.github.over-run:utilities:0.2.0"))
implementation(platform("io.github.over-run:utilities:0.3.0"))
}
```
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ version = projVersion

enum class Artifacts(val artifact: String, val version: String) {
BIN_PACKING("bin-packing", "0.5.0"),
BIN_TAG("bin-tag", "0.1.0"),
BIN_TAG("bin-tag", "0.2.0"),
TIMER("timer", "0.3.0"),
UNIFONT("unifont", "15.0.06")
UNIFONT("unifont", "15.0.06.1")
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ org.gradle.jvmargs=-Dfile.encoding=UTF-8
projGroupId=io.github.over-run
projArtifactId=utilities
projName=utilities
projVersion=0.2.0
projVersion=0.3.0
projVcs=Over-Run/utilities
projBranch=main

Expand Down

0 comments on commit 0c44772

Please sign in to comment.