Bump version and update Changes
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 23 Aug 2014 21:54:18 +0000 (00:54 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 23 Aug 2014 21:54:18 +0000 (00:54 +0300)
Changes
README
lib/App/Web/VPKBuilder.pm

diff --git a/Changes b/Changes
index c60f7eb1fb14326ce26556734bf4853f1cde36c7..cf1ee05e7d654c5434a3994d65c01a9f2f0fba42 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,8 @@
 Revision history for Perl extension App::Web::VPKBuilder.
 
 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
 0.000_001 2014-08-10T00:16+03:00
  - Initial Release
diff --git a/README b/README
index 57106a91430df288fa844e1f9d7af80410cae8af..5f5f9f44b9a953a3dcd17c3f9ceb6ccb942c7854 100644 (file)
--- 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
 ====================================
 
 App::Web::VPKBuilder is a simple web service for building Source
index 4f6fa57f95b9f64c45b6134bc7bffd4a868aad9a..63b46060c3b09d0547dedd4e233d66ca6be8c16b 100644 (file)
@@ -4,7 +4,7 @@ use 5.014000;
 use strict;
 use warnings;
 use parent qw/Plack::Component/;
 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/;
 
 use File::Find qw/find/;
 use File::Path qw/remove_tree/;
This page took 0.01122 seconds and 4 git commands to generate.