From: Marius Gavrilescu Date: Sat, 23 Aug 2014 21:54:18 +0000 (+0300) Subject: Bump version and update Changes X-Git-Url: http://git.ieval.ro/?p=app-web-vpkbuilder.git;a=commitdiff_plain;h=92cb8f72ae9a1eb24a259c712c4ef6991fd72d84 Bump version and update Changes --- diff --git a/Changes b/Changes index c60f7eb..cf1ee05 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,8 @@ Revision history for Perl extension App::Web::VPKBuilder. +0.000_002 2014-08-24T00:54+03:00 + - Now works without a vpk program (by shipping the folder as-is) + - Use POST for submit (to avoid long URLs) + 0.000_001 2014-08-10T00:16+03:00 - Initial Release diff --git a/README b/README index 57106a9..5f5f9f4 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -App-Web-VPKBuilder version 0.000_001 +App-Web-VPKBuilder version 0.000_002 ==================================== App::Web::VPKBuilder is a simple web service for building Source diff --git a/lib/App/Web/VPKBuilder.pm b/lib/App/Web/VPKBuilder.pm index 4f6fa57..63b4606 100644 --- a/lib/App/Web/VPKBuilder.pm +++ b/lib/App/Web/VPKBuilder.pm @@ -4,7 +4,7 @@ use 5.014000; use strict; use warnings; use parent qw/Plack::Component/; -our $VERSION = '0.000_001'; +our $VERSION = '0.000_002'; use File::Find qw/find/; use File::Path qw/remove_tree/;