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": {