Skip to content

Commit

Permalink
v1.0.0-beta01
Browse files Browse the repository at this point in the history
  • Loading branch information
sellmair committed Aug 7, 2024
1 parent e8a811e commit 7f5ea97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ alt="Evas logo by Sebastian Sellmair">
## Dependencies

```kotlin
implementation("io.sellmair:evas:1.0.0-alpha05")
implementation("io.sellmair:evas:1.0.0-beta01")
```

(Compose Extensions)
```kotlin
implementation("io.sellmair:evas-compose:1.0.0-alpha05")
implementation("io.sellmair:evas-compose:1.0.0-beta01")
```
---

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
evas.version=1.0.0-alpha05
evas.version=1.0.0-beta01

org.gradle.jvmargs=-Xmx12g -XX:+UseParallelGC
org.jetbrains.compose.experimental.macos.enabled=true
Expand Down

0 comments on commit 7f5ea97

Please sign in to comment.