Skip to content

Commit

Permalink
Bump the module version
Browse files Browse the repository at this point in the history
  • Loading branch information
ayeshLK committed Mar 23, 2023
1 parent 771f781 commit 3fc2d81
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions asb-ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
distribution = "2201.3.1"
org = "ballerinax"
name = "asb"
version = "3.1.0"
version = "3.2.0"
license= ["Apache-2.0"]
authors = ["Ballerina"]
keywords = ["IT Operations/Message Brokers", "Cost/Paid", "Vendor/Microsoft"]
Expand All @@ -13,9 +13,9 @@ repository = "https://github.com/ballerina-platform/module-ballerinax-azure-serv
observabilityIncluded = true

[[platform.java11.dependency]]
path = "../asb-native/build/libs/asb-native-3.1.0.jar"
path = "../asb-native/build/libs/asb-native-3.2.0.jar"
groupId = "org.ballerinax"
artifactId = "asb-native"
module = "asb-native"
version = "3.1.0"
version = "3.2.0"

2 changes: 1 addition & 1 deletion asb-ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "asb"
version = "3.1.0"
version = "3.2.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "log"},
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.caching=true
group=org.ballerinax.azure.servicebus
version=3.1.0
version=3.2.0
ballerinaLangVersion=2201.3.1

0 comments on commit 3fc2d81

Please sign in to comment.