Skip to content

Commit

Permalink
Merge pull request #1219 from ballerina-platform/release-1.13.1
Browse files Browse the repository at this point in the history
[Automated] Sync master after 1.13.1 release
  • Loading branch information
niveathika authored Aug 29, 2024
2 parents 27938ff + 6df1403 commit 196aacf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "ballerinax"
name = "mysql"
version = "1.13.0"
version = "1.13.1"
authors = ["Ballerina"]
keywords = ["database", "client", "network", "SQL", "RDBMS", "MySQL"]
repository = "https://github.com/ballerina-platform/module-ballerinax-mysql"
Expand All @@ -15,8 +15,8 @@ graalvmCompatible = true
[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "mysql-native"
version = "1.13.0"
path = "../native/build/libs/mysql-native-1.13.0.jar"
version = "1.13.1"
path = "../native/build/libs/mysql-native-1.13.1.jar"

[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
Expand Down
2 changes: 1 addition & 1 deletion ballerina/CompilerPlugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ id = "mysql-compiler-plugin"
class = "io.ballerina.stdlib.mysql.compiler.MySQLCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/mysql-compiler-plugin-1.13.0.jar"
path = "../compiler-plugin/build/libs/mysql-compiler-plugin-1.13.1.jar"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "mysql"
version = "1.13.0"
version = "1.13.1"
dependencies = [
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "file"},
Expand Down
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.stdlib
version=1.13.1-SNAPSHOT
version=1.13.2-SNAPSHOT

puppycrawlCheckstyleVersion=10.12.0
checkstyleToolVersion=10.12.0
Expand Down

0 comments on commit 196aacf

Please sign in to comment.