From a77ee222108e2a69a6cd741773e7a01fec705eae Mon Sep 17 00:00:00 2001 From: Denis Trotsenko Date: Sun, 20 Nov 2022 18:09:15 +0100 Subject: [PATCH] Version 0.2.0 --- README.md | 2 +- plugin-build/gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8276a75..ff19fed 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Apply plugin to your module: ``` kotlin plugins { - id "io.github.anvell.keepass.gradle.plugin" version "0.1.0" + id "io.github.anvell.keepass.gradle.plugin" version "0.2.0" } ``` diff --git a/plugin-build/gradle.properties b/plugin-build/gradle.properties index d001eb1..62a2f3b 100644 --- a/plugin-build/gradle.properties +++ b/plugin-build/gradle.properties @@ -1,5 +1,5 @@ ID=io.github.anvell.keepass.gradle.plugin -VERSION=0.1.0 +VERSION=0.2.0 GROUP=io.github.anvell DISPLAY_NAME=KeePass Gradle Plugin DESCRIPTION=Gradle plugin for managing project secrets using KeePass format