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

Commit 5f83d7d

Browse files
authored
Upgrade version to 1.4.0
1 parent 9b57e03 commit 5f83d7d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ deploy:
2121
- provider: releases
2222
api_key: $GITHUB_API_KEY
2323
file:
24-
- "build/libs/gradle-file-encrypt-1.3.1.jar"
25-
- "build/libs/gradle-file-encrypt-1.3.1-javadoc.jar"
26-
- "build/libs/gradle-file-encrypt-1.3.1-sources.jar"
24+
- "build/libs/gradle-file-encrypt-1.4.0.jar"
25+
- "build/libs/gradle-file-encrypt-1.4.0-javadoc.jar"
26+
- "build/libs/gradle-file-encrypt-1.4.0-sources.jar"
2727
skip_cleanup: true
2828
on:
2929
tags: true

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.1'
15+
id 'com.cherryperry.gradle-file-encrypt' version '1.4.0'
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.1'
27+
classpath 'gradle.plugin.com.cherryperry.gfe:gradle-file-encrypt:1.4.0'
2828
}
2929
}
3030

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 = "1.3.1"
18+
version = "1.4.0"
1919

2020
configure<JavaPluginConvention> {
2121
sourceCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)