Skip to content

Commit

Permalink
1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KritantaDev authored and KritantaDev committed Aug 26, 2021
1 parent 6d0bb4f commit 58cd661
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dragon
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
export DRAGONVERS="1.5"
export DRAGONVERS="1.5.1"

# Defauld dragondir is ~/.dragon
if [ -z $DRAGONDIR ]; then export DRAGONDIR=$HOME/.dragon; fi
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='dragon',
version='1.5',
version='1.5.1',
description='A powerful toolkit targeting Apple development research, '
'and packaging.',
author='kritanta',
Expand Down
14 changes: 7 additions & 7 deletions src/dragontools/deployable/banner.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
┌▓████▀╙ ¬ └▀▀████▄
▓███▀" ┌¬.█ ▀████▄
████" ▄æ████▌▄▄ ▀███▌ ▄▄
████ ▄═▄██████████████" ╙███▌ j██
▐███─ ▀██▀▀╙╙▄▄██████████▄ ▀███ ██▀████ ▐█████ ██▀▀██▄ ▄███▀███▌ ▄██▀▀██ ████▀██▌
████ ▄██▀▀▀▀.└███████▀½─ ▐███▌ ▐██ ▐██ ▐██ .▄▄▄▐██ ██ ██▌ ▐██ ▐██ ██ ▐██
████ ▀█¬ ▐███████ ▐███▌ ▐██ ▐██ ▐██ ██▀└-▐██ ██▄ ██▌ ▐██ ▐██ ██⌐ j██
▀███, ;.┌████████─▌ ████ ▀████▀██ ▐██ ▀████▀██ .▀███▀██▌ ▀█████▀. ██⌐ j██
████ ▄▀╓██████████ ╫▌▄███▌ ¥▓▄▄.▄██
└████, ╓▄██└▄█████████▌▌ █████▀ └╙▀▀▀- version 1.5.0
████ ▄═▄██████████████" ╙███▌ ██
▐███─ ▀██▀▀╙╙▄▄██████████▄ ▀███ ██▀████ ▐█████ ██▀▀██▄ ▄███▀███▌ ▄██▀▀██ ████▀██▌
████ ▄██▀▀▀▀.└███████▀½─ ▐███▌ ▐██ ▐██ ▐██ ▄▄▄▐██ ██ ██▌ ▐██ ▐██ ██ ▐██
████ ▀█¬ ▐███████ ▐███▌ ▐██ ▐██ ▐██ ██▀ ▐██ ██▄ ██▌ ▐██ ▐██ ██ ██
▀███, ;.┌████████─▌ ████ ▀████▀██ ▐██ ▀████▀██ ▀███▀██▌ ▀█████▀ ██ ██
████ ▄▀╓██████████ ╫▌▄███▌ ▄▄▄.▄██
└████, ╓▄██└▄█████████▌▌ █████▀ ▀▀▀ version 1.5.1
████████▀┌▄███████████═ ▄████▀ ~ kritanta
╙█████▄▓█████████████▓████▀
└▀████████████████████▀ this project was made possible by l0renzo pane.
Expand Down
2 changes: 1 addition & 1 deletion src/dragontools/wizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def setup_wizard():
if os.environ.get('foo'):
exit(0)

log('installing dragon v1.5')
log('installing dragon v1.5.1')
log('=========================', end='\n\n')
dragondir = os.path.expandvars('$HOME/.dragon/')
try:
Expand Down

0 comments on commit 58cd661

Please sign in to comment.