Skip to content

Commit

Permalink
Update version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sellmair committed Oct 9, 2024
1 parent cffe88e commit 364e7de
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 @@ -40,22 +40,22 @@ ___
## Dependencies

```kotlin
implementation("io.sellmair:evas:1.0.0")
implementation("io.sellmair:evas:1.1.0")
```

Maven:
```xml
<dependency>
<groupId>io.sellmair</groupId>
<artifactId>evas-jvm</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</dependency>
```

(Compose Extensions)

```kotlin
implementation("io.sellmair:evas-compose:1.0.0")
implementation("io.sellmair:evas-compose:1.1.0")
```


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
evas.version=1.1.0
org.gradle.jvmargs=-Xmx12g -XX:+UseParallelGC
org.gradle.workers.max=8
org.jetbrains.compose.experimental.macos.enabled=true
Expand Down

0 comments on commit 364e7de

Please sign in to comment.