Skip to content

Commit cc7ca45

Browse files
committed
update version
1 parent 9f9dcdd commit cc7ca45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ tasks.withType(JavaCompile) { options.encoding = "UTF-8" }
2626

2727
group = 'com.github.myibu'
2828
archivesBaseName = "algorithm-java"
29-
version = "0.0.1b"
29+
version = "1.0.0"
3030

3131
repositories {
3232
mavenCentral()

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Reference to: [BloomFilter.pdf](./docs/BloomFilter.pdf)
3333
<dependency>
3434
<groupId>com.github.myibu</groupId>
3535
<artifactId>algorithm-java</artifactId>
36-
<version>0.0.1b</version>
36+
<version>1.0.0</version>
3737
</dependency>
3838
```
3939

0 commit comments

Comments
 (0)