diff options
Diffstat (limited to 'lib/App/Raps2/UI.pm')
-rw-r--r-- | lib/App/Raps2/UI.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/App/Raps2/UI.pm b/lib/App/Raps2/UI.pm index 67d6790..5192c43 100644 --- a/lib/App/Raps2/UI.pm +++ b/lib/App/Raps2/UI.pm @@ -8,7 +8,7 @@ use 5.010; use Carp qw(confess); use POSIX; -our $VERSION = '0.1'; +our $VERSION = '0.2'; sub new { my ($obj) = @_; |