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 Oct 12, 2024
1 parent eb6c6a6 commit f07b7d1
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>pawnote</artifactId>
<version>0.0.0</version>
<version>1.0.0</version>
</dependency>
```

### Gradle (Kotlin)

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

### Gradle

```groovy
implementation 'ink.literate:pawnote:0.0.0'
implementation 'ink.literate:pawnote: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 @@ -4,7 +4,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget

val libraryName = "Pawnote"

version = "0.0.0"
version = "1.0.0"

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

0 comments on commit f07b7d1

Please sign in to comment.