Skip to content

Commit

Permalink
Merge pull request #13 from e19166/version-config-update
Browse files Browse the repository at this point in the history
Version config update
  • Loading branch information
NipunaRanasinghe authored Aug 16, 2024
2 parents b5ba39a + b7e533e commit de5a74d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
3 changes: 1 addition & 2 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
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
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.audio"
version = "1.0.5"
version = "2.0.0"
license = ["Apache-2.0"]
authors = ["Ballerina"]
keywords = []
keywords = ["AI/Audio", "OpenAI", "Cost/Paid", "speech-to-text", "Whisper", "Vendor/OpenAI"]
icon = "icon.png"
repository = "https://github.com/ballerina-platform/module-ballerinax-openai.audio"

Expand Down
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "openai.audio"
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.audio"
version = "@toml.version@"
license = ["Apache-2.0"]
authors = ["Ballerina"]
keywords = [] # TODO: Add keywords
icon = "icon.png" # TODO: Add icon
keywords = ["AI/Audio", "OpenAI", "Cost/Paid", "speech-to-text", "Whisper", "Vendor/OpenAI"]
icon = "icon.png"
repository = "https://github.com/ballerina-platform/module-ballerinax-openai.audio"

[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 de5a74d

Please sign in to comment.