Skip to content

Commit

Permalink
Release new version of libraries (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
theSoenke authored Sep 30, 2022
1 parent 12601bb commit 987878e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion openapi-generator/java_lang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ outputDir: clients/java
apiPackage: com.phrase.client.api
artifactId: phrase-java
artifactUrl: https://developers.phrase.com
artifactVersion: 1.5.0
artifactVersion: 1.5.1
developerEmail: [email protected]
developerName: Phrase
developerOrganization: Phrase.com
Expand Down
2 changes: 1 addition & 1 deletion openapi-generator/php_lang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
generatorName: php
outputDir: clients/php
invokerPackage: Phrase
artifactVersion: 1.5.0
artifactVersion: 1.5.1
gitUserId: phrase
gitRepoId: phrase-php
packageName: phrase-php
2 changes: 1 addition & 1 deletion openapi-generator/python_lang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ generatorName: python
outputDir: clients/python
packageName: phrase_api
projectName: phrase-api
packageVersion: 1.5.0
packageVersion: 1.5.1
packageUrl: "https://github.com/phrase/phrase-python"
gitUserId: phrase
gitRepoId: phrase-python
2 changes: 1 addition & 1 deletion openapi-generator/ruby_lang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ generatorName: ruby
outputDir: clients/ruby
moduleName: Phrase
gemName: phrase
gemVersion: 2.8.0
gemVersion: 2.8.1
gemDescription: 'Phrase Strings is a translation management platform for software projects.'
gemSummary: 'You can collaborate on language file translation with your team or order translations through our platform. The API allows you to import locale files, download locale files, tag keys or interact in other ways with the localization data stored in Phrase Strings for your account.'
gemRequiredRubyVersion: '>= 2.6.0'
Expand Down
2 changes: 1 addition & 1 deletion openapi-generator/typescript_lang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
generatorName: typescript-fetch
outputDir: clients/typescript
npmName: "phrase-js"
npmVersion: 1.5.0
npmVersion: 1.5.1
typescriptThreePlus: true

0 comments on commit 987878e

Please sign in to comment.