Skip to content

Commit

Permalink
Merge pull request #32 from gayaldassanayake/v0.5.0
Browse files Browse the repository at this point in the history
Bump version to 0.5.0
  • Loading branch information
gayaldassanayake authored Nov 5, 2024
2 parents 0f6ef3f + e80716b commit 176292e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=io.ballerina.scan
version=0.1.0
version=0.5.0

# Plugin versions
spotbugsPluginVersion=5.0.14
Expand Down
2 changes: 1 addition & 1 deletion scan-command/tool-scan/BalTool.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
id = "scan"

[[dependency]]
path = "../build/libs/scan-command-0.1.0.jar"
path = "../build/libs/scan-command-0.5.0.jar"
2 changes: 1 addition & 1 deletion scan-command/tool-scan/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "ballerina"
name = "tool_scan"
version = "0.1.0"
version = "0.5.0"
distribution = "2201.10.2"
authors = ["Ballerina"]
keywords = ["scan", "static code analysis"]
Expand Down
2 changes: 1 addition & 1 deletion scan-command/tool-scan/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ distribution-version = "2201.10.2"
[[package]]
org = "ballerina"
name = "tool_scan"
version = "0.1.0"
version = "0.5.0"
modules = [
{org = "ballerina", packageName = "tool_scan", moduleName = "tool_scan"}
]
Expand Down

0 comments on commit 176292e

Please sign in to comment.