Skip to content

Commit

Permalink
Release version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Apr 17, 2021
1 parent ddf81a2 commit a24d7dd
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 @@ -6,7 +6,7 @@

## I have used this plugin before

1. Apply Gradle plugin `net.mamoe.maven-central-publish`, version `0.4.0`
1. Apply Gradle plugin `net.mamoe.maven-central-publish`, version `0.4.1`
2. Configure `mavenCentralPublish`
Raed `MavenCentralPublishExtension.pomConfigurators` for required information, **or** simply configure a GitHub project like:
```kotlin
Expand Down Expand Up @@ -96,15 +96,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.0"
id("net.mamoe.maven-central-publish") version "0.4.1"
// then apply other plugins if needed
}
```

#### Using `build.gradle`
```
plugins {
id 'net.mamoe.maven-central-publish' version '0.4.0'
id 'net.mamoe.maven-central-publish' version '0.4.1'
// 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.0
version=0.4.1
serialization=1.1.0
junit=5.4.2

0 comments on commit a24d7dd

Please sign in to comment.