We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bd02a5 commit 5456dd2Copy full SHA for 5456dd2
build.gradle
@@ -4,7 +4,7 @@ plugins {
4
}
5
6
group 'io.github.sridharbandi'
7
-version '2.0-alpha-2'
+version '2.1.2'
8
9
sourceCompatibility = 1.8
10
targetCompatibility = 1.8
pom.xml
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.sridharbandi</groupId>
<artifactId>java-a11y</artifactId>
- <version>2.1.1</version>
+ <version>2.1.2</version>
<name>Java a11y</name>
11
<description>Accessibility Automation for Web Apps with Java and Selenium Webdriver</description>
0 commit comments