Skip to content

Commit 15e92f1

Browse files
committed
Update README.md v1.0.0-RC.3
1 parent e0f0dbc commit 15e92f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,22 +40,22 @@ ___
4040
## Dependencies
4141

4242
```kotlin
43-
implementation("io.sellmair:evas:1.0.0-RC.2")
43+
implementation("io.sellmair:evas:1.0.0-RC.3")
4444
```
4545

4646
Maven:
4747
```xml
4848
<dependency>
4949
<groupId>io.sellmair</groupId>
5050
<artifactId>evas-jvm</artifactId>
51-
<version>1.0.0-RC.2</version>
51+
<version>1.0.0-RC.3</version>
5252
</dependency>
5353
```
5454

5555
(Compose Extensions)
5656

5757
```kotlin
58-
implementation("io.sellmair:evas-compose:1.0.0-RC.2")
58+
implementation("io.sellmair:evas-compose:1.0.0-RC.3")
5959
```
6060

6161

0 commit comments

Comments
 (0)