Skip to content

Commit

Permalink
Release version 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Jun 3, 2021
1 parent 11c2b01 commit 06327ba
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.3"
id("net.mamoe.maven-central-publish") version "0.4.5"
}
```
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.3"
id("net.mamoe.maven-central-publish") version "0.4.5"
// then apply other plugins if needed
}
```

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

0 comments on commit 06327ba

Please sign in to comment.