From 1fa89933eb7cdbe13174fafe7bafa0e5b435bad4 Mon Sep 17 00:00:00 2001 From: Phrase Date: Tue, 7 Jul 2020 17:37:59 +0000 Subject: [PATCH] Deploying from phrase/openapi@fa96a3b5 --- README.md | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1340b04..d014f9c 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -## phrase-js@1.0.2 +## phrase-js@1.0.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/) @@ -47,14 +47,14 @@ _published:_ ``` -npm install phrase-js@1.0.2 --save +npm install phrase-js@1.0.3 --save ``` if you are using yarn ``` -yarn install phrase-js@1.0.2 +yarn install phrase-js@1.0.3 ``` _unPublished (not recommended):_ diff --git a/package.json b/package.json index 991edf7..eef7181 100644 --- a/package.json +++ b/package.json @@ -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",