There was an error while loading. Please reload this page.
1 parent 6a6df84 commit bd15a3aCopy full SHA for bd15a3a
build.gradle
@@ -26,7 +26,7 @@ tasks.withType(JavaCompile) { options.encoding = "UTF-8" }
26
27
group = 'com.github.myibu'
28
archivesBaseName = "algorithm-java"
29
-version = "1.0.0g"
+version = "1.0.1"
30
31
repositories {
32
mavenCentral()
readme.md
@@ -57,7 +57,7 @@ Reference to: [HoffmanAndGolombCoding.pdf](./docs/HoffmanAndGolombCoding.pdf)
57
<dependency>
58
<groupId>com.github.myibu</groupId>
59
<artifactId>algorithm-java</artifactId>
60
- <version>1.0.0g</version>
+ <version>1.0.1</version>
61
</dependency>
62
```
63
0 commit comments