Skip to content

Commit

Permalink
Bump up version to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brbsix committed Oct 17, 2015
1 parent 1994b8e commit 246394e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Installation

To install `debtool` via Debian archive:

curl --remote-name -sL https://github.com/brbsix/debtool/raw/master/debtool_0.2.2_all.deb
sudo dpkg --install debtool_0.2.2_all.deb
curl --remote-name -sL https://github.com/brbsix/debtool/raw/master/debtool_0.2.3_all.deb
sudo dpkg --install debtool_0.2.3_all.deb

To install `debtool` from git repository:

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

* Add support for --interactive --unpack combination.
* Ensure packages are displayed in the correct order when downloading
interactively.

-- Six <brbsix@gmail.com> Sat, 17 Oct 2015 07:37:40 -0700

debtool (0.2.2) unstable; urgency=low

* Greatly improve bash completion. Update Installed-Size in control file.
Expand Down
2 changes: 1 addition & 1 deletion debtool
Original file line number Diff line number Diff line change
Expand Up @@ -1150,7 +1150,7 @@ warning(){


PROGRAM=${0##*/}
VERSION='0.2.2'
VERSION='0.2.3'

# clear option flags
unset AUTO FORMAT INTERACTIVE MD5SUMS QUIET REINSTALL
Expand Down
Binary file added debtool_0.2.3_all.deb
Binary file not shown.

0 comments on commit 246394e

Please sign in to comment.