Skip to content
This repository was archived by the owner on May 3, 2025. It is now read-only.

Commit 926f92f

Browse files
committed
2.0.1
1 parent b13f8e6 commit 926f92f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Add `secret_keys.properties` to `.gitignore` and add `secret_keys.properties.enc
1414

1515
```groovy
1616
plugins {
17-
id 'com.cherryperry.gradle-file-encrypt' version '2.0.0'
17+
id 'com.cherryperry.gradle-file-encrypt' version '2.0.1'
1818
}
1919
```
2020

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ plugins {
1515
}
1616

1717
group = "com.cherryperry.gfe"
18-
version = "2.0.0"
18+
version = "2.0.1"
1919

2020
java {
2121
sourceCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)