Skip to content

Commit

Permalink
bumped version to 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Qarj committed Nov 12, 2018
1 parent 0724318 commit a3c95dd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Tim Buckland, https://github.com/Qarj/WebInjectFramework
---------------------------------
## Release History:

### Version 1.10 - Nov 12, 2018
* improved Linux support
* remove BrowserMob Proxy support

### Version 1.09 - Oct 31, 2018
* rename project to WebImblaze-Framework
* added --selenium-port, --selenium-post switches
Expand Down
2 changes: 1 addition & 1 deletion MANUAL.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# WebImblaze Framework 1.09 Manual
# WebImblaze Framework 1.10 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 @@
# WebImblaze-Framework 1.09
# WebImblaze-Framework 1.10

Automated regression testing framework for
* managing WebImblaze configuration
Expand Down
6 changes: 3 additions & 3 deletions wif.pl
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
use warnings;
use vars qw/ $VERSION /;

$VERSION = '1.09';
$VERSION = '1.10';

# WebImblazeFramework is free software; you can redistribute it and/or modify
# WebImblaze-Framework is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# WebImblazeFramework is distributed in the hope that it will be useful,
# WebImblaze-Framework is distributed in the hope that it will be useful,
# but without any warranty; without even the implied warranty of
# merchantability or fitness for a particular purpose. See the
# GNU General Public License for more details.
Expand Down

0 comments on commit a3c95dd

Please sign in to comment.