Skip to content

Commit

Permalink
windows-application-driver: Update to version 1.2.1 (#1583)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash258 authored Nov 23, 2020
1 parent 788041a commit 55df90a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bucket/windows-application-driver.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "1.1",
"version": "1.2.1",
"description": "Supports Selenium-like UI Test Automation on Windows Applications.",
"homepage": "https://github.com/Microsoft/WinAppDriver",
"license": "MIT",
"url": "https://github.com/Microsoft/WinAppDriver/releases/download/v1.1/WindowsApplicationDriver.msi",
"hash": "e5e0d8f6d763dcd71b59f12235364e7843079507bda2d6d5c3bd8a2eb204e7f1",
"url": "https://github.com/Microsoft/WinAppDriver/releases/download/v1.2.1/WindowsApplicationDriver_1.2.1.msi",
"hash": "a76a8f4e44b29bad331acf6b6c248fcc65324f502f28826ad2acd5f3c80857fe",
"bin": "Windows Application Driver\\WinAppDriver.exe",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/Microsoft/WinAppDriver/releases/download/v$version/WindowsApplicationDriver.msi"
"url": "https://github.com/Microsoft/WinAppDriver/releases/download/v$version/WindowsApplicationDriver_$version.msi"
}
}

0 comments on commit 55df90a

Please sign in to comment.