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