summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xdraco.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/draco.pl b/draco.pl
index bd5be36..2cecaf6 100755
--- a/draco.pl
+++ b/draco.pl
@@ -15,7 +15,7 @@ my $lb = Unicode::LineBreak->new(ColMax => 76); # Default is 76.
 # Printing UTF-8 to STDOUT.
 binmode(STDOUT, "encoding(UTF-8)");
 
-my $VERSION = "v0.1.1";
+my $VERSION = "v0.1.2";
 
 die "usage: draco [-v] <url>\n" unless scalar @ARGV;