Skip to content

Commit bfa8aa8

Browse files
committed
update version to 1.0.0-rc1
1 parent ebe9f28 commit bfa8aa8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ subprojects {
1010
apply plugin: 'jacoco'
1111

1212
group 'dev.keva'
13-
version '1.0.0-rc0'
13+
version '1.0.0-rc1'
1414

1515
repositories {
1616
mavenCentral()

docs/src/guide/overview/embedded.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You can use KevaDB as an embedded database in your Java/Kotlin/Scala project, th
88

99
```groovy
1010
dependencies {
11-
implementation 'dev.keva:kevadb:1.0.0-rc0'
11+
implementation 'dev.keva:kevadb:1.0.0-rc1'
1212
}
1313
```
1414

@@ -20,7 +20,7 @@ or:
2020
<dependency>
2121
<groupId>dev.keva</groupId>
2222
<artifactId>kevadb</artifactId>
23-
<version>1.0.0-rc0</version>
23+
<version>1.0.0-rc1</version>
2424
</dependency>
2525
```
2626

docs/src/guide/overview/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
## Download
99

1010
```
11-
curl -L -o /usr/local/bin/keva-server https://github.com/keva-dev/keva/releases/download/v1.0.0-rc0/keva-server
11+
curl -L -o /usr/local/bin/keva-server https://github.com/keva-dev/keva/releases/download/v1.0.0-rc1/keva-server
1212
chmod +x /usr/local/bin/keva-server
1313
```
1414

0 commit comments

Comments
 (0)