Skip to content

Commit

Permalink
Merge pull request #64 from Badgerati/develop
Browse files Browse the repository at this point in the history
v1.3.4
  • Loading branch information
Badgerati committed Aug 27, 2020
2 parents 9372ff4 + fc48b89 commit 7b29d3b
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Task 'Selenium' {
$packages = @{
'Selenium.WebDriver' = '3.141.0'
'Selenium.Support' = '3.141.0'
'Selenium.WebDriver.ChromeDriver' = '83.0.4103.3900'
'Selenium.WebDriver.IEDriver' = '3.150.1'
'Selenium.WebDriver.GeckoDriver' = '0.26.0.1'
'Selenium.WebDriver.ChromeDriver' = '85.0.4183.8300'
'Selenium.WebDriver.IEDriver' = '3.150.1.2'
'Selenium.WebDriver.GeckoDriver' = '0.27.0'
}

$packages.Keys | ForEach-Object {
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Monocle is a Cross-Platform PowerShell Web Automation module, made to make autom

Monocle currently supports the following browsers:

* IE (v3.150)
* Chrome (v83.0.4103.3900)
* Firefox (driver: v0.26.0.1)
* IE (v3.150.1.2)
* Chrome (v85.0.4183.8300)
* Firefox (driver: v0.27.0)
* Edge (driver: v81.0.416.77)
* EdgeLegacy (driver: v17.17134)

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.3.3'
ModuleVersion = '1.3.4'

# 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/linux/geckodriver
Binary file not shown.
Binary file modified src/lib/Browsers/mac/chromedriver
Binary file not shown.
Binary file modified src/lib/Browsers/mac/geckodriver
Binary file not shown.
Binary file modified src/lib/Browsers/win/chromedriver.exe
Binary file not shown.
Binary file modified src/lib/Browsers/win/geckodriver.exe
Binary file not shown.

0 comments on commit 7b29d3b

Please sign in to comment.