Skip to content

Commit

Permalink
Publish new release
Browse files Browse the repository at this point in the history
  • Loading branch information
felipefzdz committed Aug 19, 2021
1 parent 246ba6d commit c3d0d49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To use the Shellcheck plugin, include the following in your build script:
[source,kotlin]
----
plugins {
id("com.felipefzdz.gradle.shellcheck") version "1.4.4"
id("com.felipefzdz.gradle.shellcheck") version "1.4.5"
}
----

Expand Down
2 changes: 1 addition & 1 deletion shellcheck/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "com.felipefzdz.gradle.shellcheck"
version = "1.4.4"
version = "1.4.5"

java {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit c3d0d49

Please sign in to comment.