Skip to content

Commit

Permalink
Bump up version to 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
brbsix committed Dec 9, 2015
1 parent a1de40c commit 9dfe34b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ As with all of my programs, feel free to let me know if you have any feedback or

To install `debtool` via Debian archive:

curl --remote-name -sL https://github.com/brbsix/debtool/releases/download/v0.2.4/debtool_0.2.4_all.deb
sudo dpkg --install debtool_0.2.4_all.deb
curl --remote-name -sL https://github.com/brbsix/debtool/releases/download/v0.2.5/debtool_0.2.5_all.deb
sudo dpkg --install debtool_0.2.5_all.deb

To install `debtool` from git repository:

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
debtool (0.2.5) unstable; urgency=low

* Ensure -di and -diu are valid command combinations.

-- Six <brbsix@gmail.com> Wed, 09 Dec 2015 08:12:29 -0800

debtool (0.2.4) unstable; urgency=low

* Fix broken -v/--version options.
Expand Down
2 changes: 1 addition & 1 deletion debtool
Original file line number Diff line number Diff line change
Expand Up @@ -1156,7 +1156,7 @@ warning(){


PROGRAM=${0##*/}
VERSION='0.2.4'
VERSION='0.2.5'

# clear option flags
unset AUTO FORMAT INTERACTIVE MD5SUMS QUIET REINSTALL
Expand Down

0 comments on commit 9dfe34b

Please sign in to comment.