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

Commit 1c4347d

Browse files
committed
Readme update
1 parent f4bb488 commit 1c4347d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Plugin will create encrypted copy of file with `.encrypted` extension. For examp
1212

1313
```groovy
1414
plugins {
15-
id 'com.cherryperry.gradle-file-encrypt' version '1.3.0'
15+
id 'com.cherryperry.gradle-file-encrypt' version '1.3.1'
1616
}
1717
```
1818

@@ -24,7 +24,7 @@ buildscript {
2424
maven { url 'https://plugins.gradle.org/m2/' }
2525
}
2626
dependencies {
27-
classpath 'gradle.plugin.com.cherryperry.gfe:gradle-file-encrypt:1.3.0'
27+
classpath 'gradle.plugin.com.cherryperry.gfe:gradle-file-encrypt:1.3.1'
2828
}
2929
}
3030

0 commit comments

Comments
 (0)