Skip to content

Commit

Permalink
Applanga Command Line Interface Version 1.0.70
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and Jenkins committed Oct 12, 2021
1 parent 578f094 commit 4f1197d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*Applanga CLI Documentation:* <https://www.applanga.com/docs-integration/cli>
***

### 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.
---
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Applanga Localization Command Line Interface (CLI)

***
*Version:* 1.0.69
*Version:* 1.0.70

*Website:* <https://www.applanga.com>

Expand Down Expand Up @@ -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 [email protected].69
brew install [email protected].70
```

##### Github
Expand Down
2 changes: 1 addition & 1 deletion lib/constants.py
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 4f1197d

Please sign in to comment.