Skip to content

Commit

Permalink
Update version to 0.1.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
TimerErTim committed Oct 19, 2021
1 parent 8d7ec5f commit 92434c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,20 @@ Maven
<dependency>
<groupId>eu.timerertim.knevo</groupId>
<artifactId>knevo</artifactId>
<version>0.1.0-BETA</version>
<version>0.1.0-RC1</version>
</dependency>
</dependencies>

Gradle Groovy

dependencies {
implementation 'eu.timerertim.knevo:knevo:0.1.0-BETA'
implementation 'eu.timerertim.knevo:knevo:0.1.0-RC1'
}

Gradle KTS

dependencies {
implementation("eu.timerertim.knevo:knevo:0.1.0-BETA")
implementation("eu.timerertim.knevo:knevo:0.1.0-RC1")
}

## Content
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "eu.timerertim.knevo"
version = "0.1.0-BETA"
version = "0.1.0-RC1"

repositories {
mavenCentral()
Expand Down

0 comments on commit 92434c2

Please # to comment.