From 92cb8f72ae9a1eb24a259c712c4ef6991fd72d84 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 24 Aug 2014 00:54:18 +0300 Subject: [PATCH] Bump version and update Changes --- Changes | 4 ++++ README | 2 +- lib/App/Web/VPKBuilder.pm | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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/; -- 2.30.2