From a24d7ddeb6afd22237c238b19acf0ea2432d8591 Mon Sep 17 00:00:00 2001 From: Him188 Date: Sat, 17 Apr 2021 17:39:08 +0800 Subject: [PATCH] Release version 0.4.1 --- UseInLocalProject.md | 6 +++--- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/UseInLocalProject.md b/UseInLocalProject.md index f9d64ac..f6fbfa0 100644 --- a/UseInLocalProject.md +++ b/UseInLocalProject.md @@ -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 @@ -96,7 +96,7 @@ 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 } ``` @@ -104,7 +104,7 @@ plugins { #### 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 } ``` diff --git a/gradle.properties b/gradle.properties index 0f40b72..1f072cc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 \ No newline at end of file