Skip to content

Commit d202086

Browse files
committed
Update README.md to 1.2.0
1 parent f01ef4e commit d202086

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.2.0-RC")
43+
implementation("io.sellmair:evas:1.2.0")
4444
```
4545

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

5555
(Compose Extensions)
5656

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

6161

0 commit comments

Comments
 (0)