Skip to content

Commit 9dfe34b

Browse files
committed
Bump up version to 0.2.5
1 parent a1de40c commit 9dfe34b

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ As with all of my programs, feel free to let me know if you have any feedback or
88

99
To install `debtool` via Debian archive:
1010

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

1414
To install `debtool` from git repository:
1515

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
debtool (0.2.5) unstable; urgency=low
2+
3+
* Ensure -di and -diu are valid command combinations.
4+
5+
-- Six <[email protected]> Wed, 09 Dec 2015 08:12:29 -0800
6+
17
debtool (0.2.4) unstable; urgency=low
28

39
* Fix broken -v/--version options.

debtool

+1-1
Original file line numberDiff line numberDiff line change
@@ -1156,7 +1156,7 @@ warning(){
11561156

11571157

11581158
PROGRAM=${0##*/}
1159-
VERSION='0.2.4'
1159+
VERSION='0.2.5'
11601160

11611161
# clear option flags
11621162
unset AUTO FORMAT INTERACTIVE MD5SUMS QUIET REINSTALL

0 commit comments

Comments
 (0)