Skip to content

Commit

Permalink
Bump up version number to 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-kraemer committed Jul 15, 2020
1 parent 6476305 commit 7f71b10
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Apply plugin configuration

```groovy
plugins {
id "de.undercouch.download" version "4.1.0"
id "de.undercouch.download" version "4.1.1"
}
```

Expand All @@ -29,7 +29,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'de.undercouch:gradle-download-task:4.1.0'
classpath 'de.undercouch:gradle-download-task:4.1.1'
}
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ apply plugin: 'com.jfrog.bintray'
apply from: "gradle/integrationTest.gradle"

group = 'de.undercouch'
version = '4.1.1-SNAPSHOT'
version = '4.1.1'
sourceCompatibility = '1.7'
targetCompatibility = '1.7'

Expand Down
2 changes: 1 addition & 1 deletion examples/customHeader.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Include the gradle-download-task plugin
*/
plugins {
id 'de.undercouch.download' version '4.1.0'
id 'de.undercouch.download' version '4.1.1'
}

/**
Expand Down
2 changes: 1 addition & 1 deletion examples/directory.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {
* Include the gradle-download-task plugin
*/
plugins {
id 'de.undercouch.download' version '4.1.0'
id 'de.undercouch.download' version '4.1.1'
}

/**
Expand Down
2 changes: 1 addition & 1 deletion examples/directoryGitHub.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Include the gradle-download-task plugin
*/
plugins {
id 'de.undercouch.download' version '4.1.0'
id 'de.undercouch.download' version '4.1.1'
}

/**
Expand Down
2 changes: 1 addition & 1 deletion examples/mirrors.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Include the gradle-download-task plugin
*/
plugins {
id 'de.undercouch.download' version '4.1.0'
id 'de.undercouch.download' version '4.1.1'
}

/**
Expand Down
2 changes: 1 addition & 1 deletion examples/multipleFiles.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Include the gradle-download-task plugin
*/
plugins {
id 'de.undercouch.download' version '4.1.0'
id 'de.undercouch.download' version '4.1.1'
}

/**
Expand Down
2 changes: 1 addition & 1 deletion examples/multipleFilesRename.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Include the gradle-download-task plugin
*/
plugins {
id 'de.undercouch.download' version '4.1.0'
id 'de.undercouch.download' version '4.1.1'
}

/**
Expand Down
2 changes: 1 addition & 1 deletion examples/simpleExtension.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Include the gradle-download-task plugin
*/
plugins {
id 'de.undercouch.download' version '4.1.0'
id 'de.undercouch.download' version '4.1.1'
}

/**
Expand Down
2 changes: 1 addition & 1 deletion examples/simpleTask.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Include the gradle-download-task plugin
*/
plugins {
id 'de.undercouch.download' version '4.1.0'
id 'de.undercouch.download' version '4.1.1'
}

/**
Expand Down
2 changes: 1 addition & 1 deletion examples/srcAndDestClosure.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Include the gradle-download-task plugin
*/
plugins {
id 'de.undercouch.download' version '4.1.0'
id 'de.undercouch.download' version '4.1.1'
}

ext {
Expand Down
2 changes: 1 addition & 1 deletion examples/tempRename.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Include the gradle-download-task plugin
*/
plugins {
id 'de.undercouch.download' version '4.1.0'
id 'de.undercouch.download' version '4.1.1'
}

/**
Expand Down
2 changes: 1 addition & 1 deletion examples/unzip.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Include the gradle-download-task plugin
*/
plugins {
id 'de.undercouch.download' version '4.1.0'
id 'de.undercouch.download' version '4.1.1'
}

/**
Expand Down
2 changes: 1 addition & 1 deletion examples/useETag.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Include the gradle-download-task plugin
*/
plugins {
id 'de.undercouch.download' version '4.1.0'
id 'de.undercouch.download' version '4.1.1'
}

/**
Expand Down
2 changes: 1 addition & 1 deletion examples/verify.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Include the gradle-download-task plugin
*/
plugins {
id 'de.undercouch.download' version '4.1.0'
id 'de.undercouch.download' version '4.1.1'
}

/**
Expand Down
2 changes: 1 addition & 1 deletion examples/verifyExtension.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Include the gradle-download-task plugin
*/
plugins {
id 'de.undercouch.download' version '4.1.0'
id 'de.undercouch.download' version '4.1.1'
}

/**
Expand Down

0 comments on commit 7f71b10

Please sign in to comment.