Skip to content

Commit

Permalink
Release version 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Jun 2, 2021
1 parent 0965140 commit 3f0ca77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions UseInLocalProject.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
1. Apply Gradle plugin
```kotlin
plugins {
id("net.mamoe.maven-central-publish") version "0.4.1"
id("net.mamoe.maven-central-publish") version "0.4.2"
}
```
2. Configure `mavenCentralPublish`
Expand Down Expand Up @@ -101,15 +101,15 @@ The plugin should be applied to the subproject that needs to be published. Apply
#### Using `build.gradle.kts`
```kotlin
plugins {
id("net.mamoe.maven-central-publish") version "0.4.1"
id("net.mamoe.maven-central-publish") version "0.4.2"
// then apply other plugins if needed
}
```

#### Using `build.gradle`
```
plugins {
id 'net.mamoe.maven-central-publish' version '0.4.1'
id 'net.mamoe.maven-central-publish' version '0.4.2'
// then apply other plugins if needed
}
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ kotlin.incremental.multiplatform=true
kotlin.native.ignoreIncorrectDependencies=true
kotlin.native.ignoreDisabledTargets=true

version=0.4.1
version=0.4.2
serialization=1.1.0
junit=5.4.2

0 comments on commit 3f0ca77

Please sign in to comment.