Skip to content

Commit

Permalink
chore: release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vexcited committed Sep 26, 2024
1 parent f464ba1 commit d440f72
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 @@ -10,20 +10,20 @@
<dependency>
<groupId>ink.literate</groupId>
<artifactId>crowous</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</dependency>
```

### Gradle (Kotlin)

```kotlin
implementation("ink.literate:crowous:1.0.0")
implementation("ink.literate:crowous:1.1.0")
```

### Gradle

```groovy
implementation 'ink.literate:crowous:1.0.0'
implementation 'ink.literate:crowous:1.1.0'
```

## Documentation
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
import com.vanniktech.maven.publish.SonatypeHost

val libraryName = "Crowous"
version = "1.0.0"
version = "1.1.0"

plugins {
alias(libs.plugins.kotlinMultiplatform)
Expand Down

0 comments on commit d440f72

Please sign in to comment.