From d3cb9149026c98fa30f0a01fd9cd08459ba03603 Mon Sep 17 00:00:00 2001 From: evanc-mfw Date: Mon, 25 Nov 2024 19:21:24 +0900 Subject: [PATCH] bump to version 0.3.2 --- README.md | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c95f7ea..3bb0a36 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ The `private-repository-plugin` is a simple plugin for making dependencies on pr Simply include the following as a gradle plugin: ```yaml plugins { - id("com.moneyforward.private-repository") version "0.3.1" + id("com.moneyforward.private-repository") version "0.3.2" } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 0b56a38..dcb660b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { } group = "com.moneyforward.gradle" -version = "0.3.1" +version = "0.3.2" repositories { mavenCentral()