From 147f740eaed585018ad634a1127bc11a54a447f1 Mon Sep 17 00:00:00 2001 From: Scott Babcock Date: Sat, 6 Aug 2022 14:42:28 -0700 Subject: [PATCH] Release version: 26.3.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74c646dd..e9d800a2 100644 --- a/README.md +++ b/README.md @@ -65,11 +65,11 @@ To add a dependency on **Selenium Foundation**, use the following: | Maven | |:---| -|
<dependency>
  <groupId>com.nordstrom.ui-tools</groupId>
  <artifactId>selenium-foundation</artifactId>
  <version>26.2.0-s3</version>
</dependency>
| +|
<dependency>
  <groupId>com.nordstrom.ui-tools</groupId>
  <artifactId>selenium-foundation</artifactId>
  <version>26.3.0-s3</version>
</dependency>
| | Gradle | |:---| -|
dependencies {
  compile 'com.nordstrom.ui-tools:selenium-foundation:26.2.0-s3'
}
| +|
dependencies {
  compile 'com.nordstrom.ui-tools:selenium-foundation:26.3.0-s3'
}
| ### Building Selenium Foundation