Skip to content

Commit

Permalink
bump to 1.02
Browse files Browse the repository at this point in the history
  • Loading branch information
Qarj committed May 11, 2016
1 parent c18f577 commit 801120d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ Tim Buckland, https://github.com/Qarj/WebInjectFramework
---------------------------------
## Release History:

### Version 1.02 - May 11, 2016
* no longer have to cd to wif.pl folder before starting it
* use make_path to make folders, will not die if folder already exists
* fixed write batch summary record retry
* fixed a rare bug with processing the environment config

### Version 1.01 - May 4, 2016
* find test case file when folder not specified, and also without xml extension
* command line options now accepted for tasks --target and --batch
Expand Down
2 changes: 1 addition & 1 deletion MANUAL.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# WebInject Framework 1.01 Manual
# WebInject Framework 1.02 Manual

# wif.config

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# WebInject Framework 1.01
# WebInject Framework 1.02

Automated regression testing framework for
* managing WebInject configuration
Expand Down
2 changes: 1 addition & 1 deletion wif.pl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use warnings;
use vars qw/ $VERSION /;

$VERSION = '1.01';
$VERSION = '1.02';

# WebInjectFramework is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit 801120d

Please sign in to comment.