diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 02e7c20..e1e0451 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,4 +16,4 @@ graalvmCompatible = true groupId = "io.ballerina.lib" artifactId = "ai.anthropic-native" version = "1.2.1" -path = "../native/build/libs/ai.anthropic-native-1.2.1-SNAPSHOT.jar" +path = "../native/build/libs/ai.anthropic-native-1.2.1.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index d969634..f8c7a11 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,7 +3,7 @@ id = "ai-anthropic-compiler-plugin" class = "io.ballerina.lib.ai.anthropic.AiAnthropicCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/ai.anthropic-compiler-plugin-1.2.1-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/ai.anthropic-compiler-plugin-1.2.1.jar" [[dependency]] path = "../compiler-plugin/build/libs/ballerina-to-openapi-2.3.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 4ec55c7..831219b 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -75,7 +75,7 @@ modules = [ [[package]] org = "ballerina" name = "crypto" -version = "2.9.2" +version = "2.9.3" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "time"} diff --git a/gradle.properties b/gradle.properties index fa40235..d7b110b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.lib -version=1.2.1-SNAPSHOT +version=1.2.2-SNAPSHOT ballerinaLangVersion=2201.12.0 shadowJarPluginVersion=8.1.1