Skip to content

Commit 8389cfa

Browse files
committed
Update README with latest version
1 parent bea9df9 commit 8389cfa

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ managing these versions, you should consider importing our bill-of-materials BOM
6565
<dependency>
6666
<groupId>com.fizzed</groupId>
6767
<artifactId>bigmap-bom</artifactId>
68-
<version>1.0.16</version>
68+
<version>1.1.0</version>
6969
<scope>import</scope>
7070
<type>pom</type>
7171
</dependency>
@@ -80,7 +80,7 @@ Then to use tokyocabinet implementation, add the following:
8080
<groupId>com.fizzed</groupId>
8181
<artifactId>bigmap-tokyocabinet</artifactId>
8282
<!-- you can omit the version if you used our BOM above -->
83-
<version>1.0.16</version>
83+
<version>1.1.0</version>
8484
</dependency>
8585

8686
<dependency>
@@ -98,7 +98,7 @@ Then to use tkrzw implementation, add the following:
9898
<groupId>com.fizzed</groupId>
9999
<artifactId>bigmap-tkrzw</artifactId>
100100
<!-- you can omit the version if you used our BOM above -->
101-
<version>1.0.16</version>
101+
<version>1.1.0</version>
102102
</dependency>
103103

104104
<dependency>
@@ -115,7 +115,7 @@ Or for rocksdb
115115
<dependency>
116116
<groupId>com.fizzed</groupId>
117117
<artifactId>bigmap-rocksdb</artifactId>
118-
<version>1.0.16</version>
118+
<version>1.1.0</version>
119119
</dependency>
120120
```
121121

@@ -125,7 +125,7 @@ Or for leveldb
125125
<dependency>
126126
<groupId>com.fizzed</groupId>
127127
<artifactId>bigmap-leveldb</artifactId>
128-
<version>1.0.16</version>
128+
<version>1.1.0</version>
129129
</dependency>
130130
```
131131

0 commit comments

Comments
 (0)