Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
distribution = "2201.9.3"
org = "ballerinax"
name = "openai.images"
version = "2.0.0"
version = "2.0.1"
license = ["Apache-2.0"]
authors = ["Ballerina"]
keywords = ['AI/Images','OpenAI','Cost/Paid','Image generation','DALL-E 3','Vendor/OpenAI']
keywords = ["'AI/Images'", "'OpenAI'", "'Cost/Paid'", "'Image generation'", "'DALL-E 3'", "'Vendor/OpenAI'", "Vendor/OpenAI", "Area/AI", "Type/Connector"]
icon = "icon.png"
repository = "https://github.com/ballerina-platform/module-ballerinax-openai.images"

Expand Down
6 changes: 3 additions & 3 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "http"
version = "2.11.3"
version = "2.11.11"
dependencies = [
{org = "ballerina", name = "auth"},
{org = "ballerina", name = "cache"},
Expand Down Expand Up @@ -96,7 +96,7 @@ modules = [
[[package]]
org = "ballerina"
name = "io"
version = "1.6.1"
version = "1.6.3"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.value"}
Expand Down Expand Up @@ -321,7 +321,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "openai.images"
version = "2.0.0"
version = "2.0.1"
dependencies = [
{org = "ballerina", name = "constraint"},
{org = "ballerina", name = "http"},
Expand Down
2 changes: 1 addition & 1 deletion build-config/resources/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "openai.images"
version = "@toml.version@"
license = ["Apache-2.0"]
authors = ["Ballerina"]
keywords = ['AI/Images','OpenAI','Cost/Paid','Image generation','DALL-E 3','Vendor/OpenAI']
keywords = ["'AI/Images'", "'OpenAI'", "'Cost/Paid'", "'Image generation'", "'DALL-E 3'", "'Vendor/OpenAI'", "Vendor/OpenAI", "Area/AI", "Type/Connector"]
icon = "icon.png"
repository = "https://github.com/ballerina-platform/module-ballerinax-openai.images"

Expand Down
Loading