Skip to content

Commit

Permalink
Merge pull request #12 from G5andeepD/version-bump-and-repo-cleanup
Browse files Browse the repository at this point in the history
Bump Ballerina and Module Version, Add Keywords, Finalize Repository Cleanup
  • Loading branch information
NipunaRanasinghe authored Aug 16, 2024
2 parents 4959d89 + a234045 commit 57e16cc
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 13 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
8 changes: 4 additions & 4 deletions ballerina/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.images"
version = "1.0.5"
version = "2.0.0"
license = ["Apache-2.0"]
authors = ["Ballerina"]
keywords = [] # TODO: Add keywords
icon = "icon.png" # TODO: Add icon
keywords = ['AI/Images','OpenAI','Cost/Paid','Image generation','DALL-E 3','Vendor/OpenAI']
icon = "icon.png"
repository = "https://github.com/ballerina-platform/module-ballerinax-openai.images"

[build-options]
Expand Down
4 changes: 2 additions & 2 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.9.2"
distribution-version = "2201.9.3"

[[package]]
org = "ballerina"
Expand Down Expand Up @@ -321,7 +321,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "openai.images"
version = "1.0.5"
version = "2.0.0"
dependencies = [
{org = "ballerina", name = "constraint"},
{org = "ballerina", name = "http"},
Expand Down
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.images"
version = "@toml.version@"
license = ["Apache-2.0"]
authors = ["Ballerina"]
keywords = [] # TODO: Add keywords
icon = "icon.png" # TODO: Add icon
keywords = ['AI/Images','OpenAI','Cost/Paid','Image generation','DALL-E 3','Vendor/OpenAI']
icon = "icon.png"
repository = "https://github.com/ballerina-platform/module-ballerinax-openai.images"

[build-options]
Expand Down
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=1.0.5-SNAPSHOT
version=2.0.0-SNAPSHOT

releasePluginVersion=2.8.0
ballerinaGradlePluginVersion=2.2.4
ballerinaLangVersion=2201.9.2
ballerinaLangVersion=2201.9.3

0 comments on commit 57e16cc

Please sign in to comment.