Skip to content

Commit 8eb279e

Browse files
authored
Merge pull request #72 from phatblat/release-1.5.2
πŸ”– Release 1.5.2
2 parents f6761a0 + 5b080b4 commit 8eb279e

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

β€ŽCHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55

66

7+
## 1.5.2
8+
9+
- πŸ› Change annotation on output properties #68
10+
711
## 1.5.1
812

913
- πŸ› Expose Apache commons-exec as API dependency #66

β€Žbuild.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,8 @@ install.doFirst {
328328
}
329329

330330
val deploy by tasks.creating {
331-
description = "Deploys the artifact."
332-
group = "Deployment"
331+
description = "Deploys plugin to bintray and the Gradle plugin portal."
332+
group = "πŸš‡ Tube"
333333
dependsOn("bintrayUpload")
334334
dependsOn("publishPlugins")
335335
}

β€Žgradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ org.gradle.warning.mode = all
1212
# πŸ†” Properties
1313
#
1414
group = at.phatbl
15-
version = 1.5.1
15+
version = 1.5.2
1616

1717
artifactName = shellexec
1818
pluginClass = ShellExecPlugin

β€Žsrc/main/resources/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.1
1+
1.5.2

0 commit comments

Comments
Β (0)