Skip to content

Commit

Permalink
Merge pull request #57 from ballerina-platform/release-1.0.1
Browse files Browse the repository at this point in the history
[Automated] Sync master after 1.0.1 release
  • Loading branch information
Nuvindu authored Aug 13, 2024
2 parents 7c59142 + 0b34d21 commit 279c2eb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 = "ballerina"
name = "ldap"
version = "1.0.0"
version = "1.0.1"
authors = ["Ballerina"]
export=["ldap"]
keywords = ["ldap"]
Expand All @@ -15,8 +15,8 @@ graalvmCompatible = true
[[platform.java17.dependency]]
groupId = "io.ballerina.lib"
artifactId = "ldap-native"
version = "1.0.0"
path = "../native/build/libs/ldap-native-1.0.0.jar"
version = "1.0.1"
path = "../native/build/libs/ldap-native-1.0.1.jar"

[[platform.java17.dependency]]
groupId = "com.unboundid"
Expand Down
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "ldap"
version = "1.0.0"
version = "1.0.1"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "test"}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.caching=true
group=io.ballerina.lib
version=1.0.1-SNAPSHOT
version=1.0.2-SNAPSHOT
ballerinaLangVersion=2201.8.0

checkstylePluginVersion=10.12.0
Expand Down

0 comments on commit 279c2eb

Please sign in to comment.