Skip to content

Commit

Permalink
15.0.01.2
Browse files Browse the repository at this point in the history
  • Loading branch information
squid233 committed Mar 22, 2023
1 parent 4546025 commit 229dcb5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This “library” binds the baked bitmap of Unifont, so we don't need to add th

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

Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ sourcesJar {
dependsOn classes
archiveClassifier.set 'sources'
from sourceSets.main.allSource, 'LICENSE'
exclude 'assets/*'
}

javadocJar {
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.1
projVersion=15.0.01.2
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.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 229dcb5

Please sign in to comment.