Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Trotsenko committed Nov 20, 2022
1 parent 07ed5d5 commit a77ee22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
```

Expand Down
2 changes: 1 addition & 1 deletion plugin-build/gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a77ee22

Please sign in to comment.