Skip to content

Commit

Permalink
chore: release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vexcited committed Nov 26, 2024
1 parent 8bd183a commit 26688ad
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>turbawself</artifactId>
<version>0.0.0</version>
<version>1.0.0</version>
</dependency>
```

### Gradle (Kotlin)

```kotlin
implementation("ink.literate:turbawself:0.0.0")
implementation("ink.literate:turbawself:1.0.0")
```

### Gradle

```groovy
implementation 'ink.literate:turbawself:0.0.0'
implementation 'ink.literate:turbawself:1.0.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 = "Turbawself"
version = "0.0.0"
version = "1.0.0"

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

0 comments on commit 26688ad

Please sign in to comment.