From 1bb3962aa0127857591c3255bb9c2673d4359c1b Mon Sep 17 00:00:00 2001 From: Ken Date: Mon, 16 Oct 2017 22:08:26 +0800 Subject: [PATCH] update to v2.5 - pre-ai release - completed releasing v2.5 packaged installations - release all the additions and changes since august - put them in production before adding ai integrations --- README.md | 2 +- src/chrome/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0625a31..93d9ddd6 100755 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ If you know JavaScript and want to be more expressive, you can even use JavaScri There is automatic waiting for web elements to appear + error-checking + nesting of JavaScript code blocks. Not forgetting the option to run automation flows hosted online or auto-upload run results online for sharing. TagUI also supports visual automation of website and desktop through built-in integration with Sikuli. Instead of using element identifiers, images can be used to identify user interface elements to interact with. # Set Up -TagUI is in ***process of updating to v2.5*** and runs on macOS, Linux, Windows ([link to release notes](https://github.com/tebelorg/TagUI/releases)) +TagUI is in v2.5 and runs on macOS, Linux, Windows ([link to release notes](https://github.com/tebelorg/TagUI/releases)) ### PACKAGED INSTALLATION Easiest way to use TagUI - no setup is needed, all dependencies are packaged in diff --git a/src/chrome/manifest.json b/src/chrome/manifest.json index 8a2c6917..4618705f 100644 --- a/src/chrome/manifest.json +++ b/src/chrome/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 2, - "name": "TagUI Web Automation", "short_name": "TagUI Tool", "version": "2.4.2", + "name": "TagUI Web Automation", "short_name": "TagUI Tool", "version": "2.5.0", "description": "Create TagUI automation flows by recording your actions", "homepage_url": "https://github.com/tebelorg/TagUI", "browser_action": {