Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
tuhuynh27 committed Dec 23, 2021
1 parent 9bbb37d commit 427a67b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ subprojects {
apply plugin: 'jacoco'

group 'dev.keva'
version '0.1.3'
version '0.1.4'

repositories {
mavenCentral()
Expand Down
4 changes: 2 additions & 2 deletions docs/src/guide/overview/embedded.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You can use KevaDB as an embedded database in your Java/Kotlin/Scala project, th

```groovy
dependencies {
implementation 'dev.keva:kevadb:0.1.3'
implementation 'dev.keva:kevadb:0.1.4'
}
```

Expand All @@ -20,7 +20,7 @@ or:
<dependency>
<groupId>dev.keva</groupId>
<artifactId>kevadb</artifactId>
<version>0.1.3</version>
<version>0.1.4</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion docs/src/guide/overview/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
## Download

```
curl -L -o /usr/local/bin/keva-server https://github.com/keva-dev/keva/releases/download/v0.1.3-alpha/keva-server
curl -L -o /usr/local/bin/keva-server https://github.com/keva-dev/keva/releases/download/v0.1.4-alpha/keva-server
chmod +x /usr/local/bin/keva-server
```

Expand Down

0 comments on commit 427a67b

Please sign in to comment.