Skip to content

Commit

Permalink
Bump project version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pantherdd committed Dec 7, 2023
1 parent 45505eb commit 8762944
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The plugin adds an extension named `applications` to the project, which is a con
// build.gradle
plugins {
id "com.ms.gradle.application" version "2.0.1"
id "com.ms.gradle.application" version "2.0.2"
}
applications.main {
Expand All @@ -64,7 +64,7 @@ For more complex examples, see the [build file of the plugin's functional test](
// build.gradle.kts

plugins {
id("com.ms.gradle.application").version("2.0.1")
id("com.ms.gradle.application").version("2.0.2")
}

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

group = "com.ms.gradle"
version = "2.0.1"
version = "2.0.2"

val pluginId = "com.ms.gradle.application"
val pluginClass = "com.ms.gradle.application.ApplicationPlugin"
Expand Down

0 comments on commit 8762944

Please sign in to comment.