Skip to content

Commit

Permalink
Merge pull request #17 from Badgerati/develop
Browse files Browse the repository at this point in the history
v1.1.1
  • Loading branch information
Badgerati committed Nov 20, 2019
2 parents 74c018a + 8f8c11f commit 602aae6
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Task 'Selenium' {
$packages = @{
'Selenium.WebDriver' = '3.141.0'
'Selenium.Support' = '3.141.0'
'Selenium.WebDriver.ChromeDriver' = '77.0.3865.4000'
'Selenium.WebDriver.IEDriver' = '3.150.0'
'Selenium.WebDriver.ChromeDriver' = '78.0.3904.10500'
'Selenium.WebDriver.IEDriver' = '3.150.1'
'Selenium.WebDriver.GeckoDriver' = '0.26.0'
}

Expand Down
2 changes: 1 addition & 1 deletion src/Monocle.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
RootModule = 'Monocle.psm1'

# Version number of this module.
ModuleVersion = '1.1.0'
ModuleVersion = '1.1.1'

# ID used to uniquely identify this module
GUID = '9dc3c8a1-664d-4253-a5d2-920250d3a15f'
Expand Down
Binary file modified src/lib/Browsers/linux/chromedriver
Binary file not shown.
Binary file modified src/lib/Browsers/mac/chromedriver
Binary file not shown.
Binary file modified src/lib/Browsers/win/IEDriverServer.exe
Binary file not shown.
Binary file modified src/lib/Browsers/win/chromedriver.exe
Binary file not shown.

0 comments on commit 602aae6

Please sign in to comment.