Skip to content

Commit

Permalink
Update to 15.0.03
Browse files Browse the repository at this point in the history
  • Loading branch information
squid233 committed May 24, 2023
1 parent 229dcb5 commit f4f5176
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ insert_final_newline = true
[*.md]
trim_trailing_whitespace = false

[{*.yml, *.json}]
[{*.yml,*.json}]
indent_size = 2
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Unifont

This “library” binds the baked bitmap of Unifont, so we don't need to add them for each project.
This “library” binds the baked bitmap of Unifont, so we dont need to add them for each project.

## Import

```groovy
dependencies {
implementation "io.github.over-run:unifont:15.0.01.2"
implementation "io.github.over-run:unifont:15.0.03"
}
```

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=unifont
projName=unifont
projVersion=15.0.01.2
projVersion=15.0.03
projDesc=Java Unifont binding
projVcs=Over-Run/unifont
projBranch=0.x
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Binary file modified src/main/resources/assets/_overrun/fonts/unifont.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/resources/assets/_overrun/fonts/unifont_jp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/resources/assets/_overrun/fonts/unifont_plane1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f4f5176

Please sign in to comment.