Skip to content

Commit

Permalink
Update dependencies and distribution versions
Browse files Browse the repository at this point in the history
  • Loading branch information
manodyaSenevirathne committed Aug 16, 2024
1 parent 6297c42 commit a5fe6d2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
3 changes: 1 addition & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions build-config/resources/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
2 changes: 1 addition & 1 deletion examples/CLI-assistant/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion examples/image-to-markdown-converter/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -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
ballerinaLangVersion=2201.9.3

0 comments on commit a5fe6d2

Please sign in to comment.