Skip to content

Commit

Permalink
Deploying from phrase/openapi@fa96a3b5
Browse files Browse the repository at this point in the history
  • Loading branch information
Phrase committed Jul 7, 2020
1 parent 33b5793 commit 1fa8993
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## [email protected].2
## [email protected].3

Phrase is a translation management platform for software projects. 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.

## This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 2.0.0
- Package version: 1.0.2
- Package version: 1.0.3
- Build package: phrase-js
For more information, please visit [https://developers.phrase.com/api/](https://developers.phrase.com/api/)

Expand Down Expand Up @@ -47,14 +47,14 @@ _published:_


```
npm install [email protected].2 --save
npm install [email protected].3 --save
```

if you are using yarn


```
yarn install [email protected].2
yarn install [email protected].3
```

_unPublished (not recommended):_
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phrase-js",
"version": "1.0.2",
"version": "1.0.3",
"description": "OpenAPI client for Phrase",
"author": "OpenAPI-Generator",
"main": "./dist/index.js",
Expand Down

0 comments on commit 1fa8993

Please sign in to comment.