Skip to content

Commit

Permalink
INTEGRATE-1272: bump release versions (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
vermaxik authored Jul 20, 2021
1 parent 38f159d commit de9de8a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion openapi-generator/go_lang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
generatorName: go
outputDir: clients/go
packageName: phrase
packageVersion: 2.0.2
packageVersion: 2.1.0
gitUserId: phrase
gitRepoId: phrase-go
httpUserAgent: Phrase go
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: phraseJava
artifactUrl: https://developers.phrase.com
artifactVersion: 1.0.2
artifactVersion: 1.1.0
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.0.6
artifactVersion: 1.1.0
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.0.5
packageVersion: 1.1.0
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.0.0
gemVersion: 2.1.0
gemDescription: 'Phrase 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 for your account.'
gemLicense: 'MIT'
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.0.15
npmVersion: 1.1.0
typescriptThreePlus: true

0 comments on commit de9de8a

Please sign in to comment.