diff --git a/CHANGES.md b/CHANGES.md index 51b226e..14de242 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/MANUAL.md b/MANUAL.md index 266313d..e6e4ea1 100644 --- a/MANUAL.md +++ b/MANUAL.md @@ -1,4 +1,4 @@ -# WebImblaze Framework 1.09 Manual +# WebImblaze Framework 1.10 Manual # wif.config diff --git a/README.md b/README.md index fc0b788..1c611f1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# WebImblaze-Framework 1.09 +# WebImblaze-Framework 1.10 Automated regression testing framework for * managing WebImblaze configuration diff --git a/wif.pl b/wif.pl index 2291039..3ffac90 100644 --- a/wif.pl +++ b/wif.pl @@ -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.