There was an error while loading. Please reload this page.
1 parent 9f9dcdd commit cc7ca45Copy full SHA for cc7ca45
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 = "0.0.1b"
+version = "1.0.0"
30
31
repositories {
32
mavenCentral()
readme.md
@@ -33,7 +33,7 @@ Reference to: [BloomFilter.pdf](./docs/BloomFilter.pdf)
33
<dependency>
34
<groupId>com.github.myibu</groupId>
35
<artifactId>algorithm-java</artifactId>
36
- <version>0.0.1b</version>
+ <version>1.0.0</version>
37
</dependency>
38
```
39
0 commit comments