Skip to content

Commit

Permalink
Applanga Command Line Interface Version 1.0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
steffen-roemer committed Jun 22, 2018
1 parent 1e6d268 commit 46ab0c4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
*URL:* <https://www.applanga.com>
***

### Version 1.0.30 (22 Jun 2018)
#### Added
- homebrew doc update

---
### Version 1.0.29 (22 Jun 2018)
#### Added
- added installation instructions and homebrew support
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Applanga CLI

***
*Version:* 1.0.29
*Version:* 1.0.30

*URL:* <https://www.applanga.com>
***
Expand Down Expand Up @@ -35,7 +35,12 @@ On OSX we provide a homebrew tap to make the installation easier and up to date:
brew install applanga
```

The tap will be updated, when you call `brew update`.
To update to the latest version call:

```sh
brew upgrade applanga
```

## Usage

### Initialize Project
Expand Down
2 changes: 1 addition & 1 deletion applanga.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import commands

@click.group()
@click.version_option('1.0.29')
@click.version_option('1.0.30')
@click.option('--debug/--no-debug', default=False)
@click.pass_context
def cli(ctx, debug):
Expand Down

0 comments on commit 46ab0c4

Please sign in to comment.