Skip to content

Commit

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

### Version 1.0.28 (22 Jun 2018)
### Version 1.0.29 (22 Jun 2018)
#### Added
- added installation instructions and homebrew support

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Applanga CLI

***
*Version:* 1.0.28
*Version:* 1.0.29

*URL:* <https://www.applanga.com>
***
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.28')
@click.version_option('1.0.29')
@click.option('--debug/--no-debug', default=False)
@click.pass_context
def cli(ctx, debug):
Expand Down

0 comments on commit 1e6d268

Please sign in to comment.