Skip to content

Commit

Permalink
FFDB-012: Cut v0.1.1 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
godcrampy committed Feb 4, 2024
1 parent 59fc2c5 commit a3ddffc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ educated tradeoffs to achieve high performance:
<dependency>
<groupId>com.sahilbondre</groupId>
<artifactId>fireflydb</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</dependency>
```

### Gradle

```gradle
implementation 'com.sahilbondre:fireflydb:0.1.0'
implementation 'com.sahilbondre:fireflydb:0.1.1'
```

## API
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/firefly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>com.sahilbondre</groupId>
<artifactId>fireflydb</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

<groupId>com.sahilbondre</groupId>
<artifactId>fireflydb</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>

<name>${project.artifactId}</name>
<description>A fast hash-based key-value storage engine with microsecond latency.</description>
<description>FireflyDB is a fast, thread-safe, JVM-based key-value storage engine with microsecond latency.</description>
<url>https://github.com/godcrampy/fireflydb</url>

<licenses>
Expand Down

0 comments on commit a3ddffc

Please sign in to comment.