Skip to content

Commit

Permalink
update to v2.5 - pre-ai release
Browse files Browse the repository at this point in the history
- completed releasing v2.5 packaged installations
- release all the additions and changes since august
- put them in production before adding ai integrations
  • Loading branch information
kensoh committed Oct 16, 2017
1 parent 5356462 commit 1bb3962
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 1bb3962

Please sign in to comment.