Parcourir la source

v0.007 - the pursuit of kwalitee

George S. Baugh il y a 11 ans
Parent
commit
d0ccf52a82
4 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. 1 0
      Changes
  2. 1 1
      Makefile.PL
  3. BIN
      dist/TestRail-API-0.007.tar.gz
  4. 1 1
      lib/TestRail/API.pm

+ 1 - 0
Changes

@@ -0,0 +1 @@
+v0.001-0.007 - More or less the pursuit of Kwalitee

+ 1 - 1
Makefile.PL

@@ -58,7 +58,7 @@ WriteMakefile(
         provides => {
             'TestRail::API' => {
                 file    => 'lib/TestRail/API.pm',
-                version => '0.006'
+                version => '0.007'
             }
         }
     }

BIN
dist/TestRail-API-0.007.tar.gz


+ 1 - 1
lib/TestRail/API.pm

@@ -1,6 +1,6 @@
 package TestRail::API;
 {
-    $TestRail::API::VERSION = '0.006';
+    $TestRail::API::VERSION = '0.007';
 }
 
 =head1 NAME