Skip to content

Commit

Permalink
updating to v2.5 - pre-ai release
Browse files Browse the repository at this point in the history
- in process of releasing v2.5 packaged installations
- to release all the additions and changes since august
- to put them in production before adding ai integrations
  • Loading branch information
kensoh committed Oct 16, 2017
1 parent c36d98a commit 5356462
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tagui",
"version": "2.4.5",
"version": "2.5.0",
"description": "General purpose tool for automating web interactions",
"keywords": [
"tagui"
Expand Down
2 changes: 1 addition & 1 deletion src/tagui
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ chrome_command="google-chrome"

if [ -z "$1" ]
then
echo "tagui v2.4: use following syntax and below options to run ./tagui flow_filename option(s)"
echo "tagui v2.5: use following syntax and below options to run ./tagui flow_filename option(s)"
echo
echo "IMPORTANT: SAVE YOUR WORK BEFORE USING CHROME OR HEADLESS, TAGUI WILL RESTART CHROME"
echo "headless - run on invisible Chrome web browser instead of default PhantomJS (first install Chrome)"
Expand Down
2 changes: 1 addition & 1 deletion src/tagui.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ rem enable windows for loop advanced flow control
setlocal enableextensions enabledelayedexpansion

if "%~1"=="" (
echo tagui v2.4: use following syntax and below options to run - tagui flow_filename option^(s^)
echo tagui v2.5: use following syntax and below options to run - tagui flow_filename option^(s^)
echo.
echo IMPORTANT: SAVE YOUR WORK BEFORE USING CHROME OR HEADLESS, TAGUI WILL RESTART CHROME
echo headless - run on invisible Chrome web browser instead of default PhantomJS ^(first install Chrome^)
Expand Down

0 comments on commit 5356462

Please sign in to comment.