Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Revxrsal committed Dec 16, 2024
1 parent acf2f40 commit efa6109
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
}

group = "io.github.revxrsal"
version = "0.0.1"
version = "0.0.2"

subprojects {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import java.io.File
/**
* The plugin version
*/
private const val PLUGIN_VERSION: String = "0.0.1"
private const val PLUGIN_VERSION: String = "0.0.2"

/**
* The Zapper Gradle plugin collects information about the zapped dependencies
Expand Down

0 comments on commit efa6109

Please sign in to comment.