diff --git a/CHANGELOG.md b/CHANGELOG.md index 16aa513..5200224 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ *Applanga CLI Documentation:* *** -### Version 1.0.69 (12 Oct 2021) +### Version 1.0.70 (12 Oct 2021) #### Added - Added Pull option `convert_placeholder` to support converting string formatters or placeholder between IOS to Android or viceversa. See Readme documentation for more information. --- diff --git a/README.md b/README.md index ac86161..9611e9f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Applanga Localization Command Line Interface (CLI) *** -*Version:* 1.0.69 +*Version:* 1.0.70 *Website:* @@ -53,13 +53,13 @@ To update to the latest version call: ``` ###### Installing on Mac pre MacOSX 11 -Please note that in order to run the latest Applanga CLI version on macOS you need to have at least macOS 11 (Big Sur) installed. If you are stuck with an older macOS you can use [Applanga CLI 1.0.69](https://github.com/applanga/applanga-cli/releases/tag/1.0.51) but be aware that not all features and fixes are available in that version. Please check the [Applanga CLI 1.0.51 README](https://github.com/applanga/applanga-cli/blob/1.0.51/README.md) and [CHANGELOG](https://www.applanga.com/changelog/cli) for more details. +Please note that in order to run the latest Applanga CLI version on macOS you need to have at least macOS 11 (Big Sur) installed. If you are stuck with an older macOS you can use [Applanga CLI 1.0.70](https://github.com/applanga/applanga-cli/releases/tag/1.0.51) but be aware that not all features and fixes are available in that version. Please check the [Applanga CLI 1.0.51 README](https://github.com/applanga/applanga-cli/blob/1.0.51/README.md) and [CHANGELOG](https://www.applanga.com/changelog/cli) for more details. In order to install this via brew you need to run: ```sh brew tap applanga/cli - brew install applanga@1.0.69 + brew install applanga@1.0.70 ``` ##### Github diff --git a/lib/constants.py b/lib/constants.py index f7afcfa..6837fb8 100644 --- a/lib/constants.py +++ b/lib/constants.py @@ -1,4 +1,4 @@ -VERSION_NUMBER = '1.0.69' +VERSION_NUMBER = '1.0.70' API_BASE_URL = 'https://api.applanga.com/v1/api' CONFIG_FILE_NAME = '.applanga.json' DEBUG_TEXT_COLOR = 'blue'