Skip to content

Commit

Permalink
update version to 1.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
tuhuynh27 committed May 19, 2022
1 parent ebe9f28 commit bfa8aa8
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 '1.0.0-rc0'
version '1.0.0-rc1'

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:1.0.0-rc0'
implementation 'dev.keva:kevadb:1.0.0-rc1'
}
```

Expand All @@ -20,7 +20,7 @@ or:
<dependency>
<groupId>dev.keva</groupId>
<artifactId>kevadb</artifactId>
<version>1.0.0-rc0</version>
<version>1.0.0-rc1</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/v1.0.0-rc0/keva-server
curl -L -o /usr/local/bin/keva-server https://github.com/keva-dev/keva/releases/download/v1.0.0-rc1/keva-server
chmod +x /usr/local/bin/keva-server
```

Expand Down

0 comments on commit bfa8aa8

Please sign in to comment.