diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 1c2c9fe..1b478ed 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -3,6 +3,5 @@ # See: https://help.github.com/articles/about-codeowners/ -# TODO: Add code owners # These owners will be the default owners for everything in the repo. -* +@NipunaRanasinghe diff --git a/build-config/resources/Ballerina.toml b/build-config/resources/Ballerina.toml index 5400353..e138fbd 100644 --- a/build-config/resources/Ballerina.toml +++ b/build-config/resources/Ballerina.toml @@ -1,12 +1,12 @@ [package] -distribution = "2201.9.2" +distribution = "2201.9.3" org = "ballerinax" name = "openai.chat" version = "@toml.version@" license = ["Apache-2.0"] authors = ["Ballerina"] -keywords = [] # TODO: Add keywords -icon = "icon.png" # TODO: Add icon +keywords = ["AI/Chat", "OpenAI", "Cost/Paid", "GPT-4", "ChatGPT", "Vendor/OpenAI"] +icon = "icon.png" repository = "https://github.com/ballerina-platform/module-ballerinax-openai.chat" [build-options] diff --git a/examples/CLI-assistant/Ballerina.toml b/examples/CLI-assistant/Ballerina.toml index 6e7a877..bef93b8 100644 --- a/examples/CLI-assistant/Ballerina.toml +++ b/examples/CLI-assistant/Ballerina.toml @@ -2,7 +2,7 @@ org = "wso2" name = "cli_assistant" version = "0.1.0" -distribution = "2201.9.2" +distribution = "2201.9.3" [build-options] observabilityIncluded = true diff --git a/examples/image-to-markdown-converter/Ballerina.toml b/examples/image-to-markdown-converter/Ballerina.toml index 40c2158..df06cf2 100644 --- a/examples/image-to-markdown-converter/Ballerina.toml +++ b/examples/image-to-markdown-converter/Ballerina.toml @@ -2,7 +2,7 @@ org = "wso2" name = "image_to_markdown_converter" version = "0.1.0" -distribution = "2201.9.2" +distribution = "2201.9.3" [build-options] observabilityIncluded = true diff --git a/gradle.properties b/gradle.properties index 6e113ce..8febbb0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.caching=true group=io.ballerina.lib -version=2.0.1-SNAPSHOT +version=3.0.1 releasePluginVersion=2.8.0 ballerinaGradlePluginVersion=2.2.4 -ballerinaLangVersion=2201.9.2 \ No newline at end of file +ballerinaLangVersion=2201.9.3 \ No newline at end of file