Skip to content

Commit 5456dd2

Browse files
committed
Next version
1 parent 6bd02a5 commit 5456dd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group 'io.github.sridharbandi'
7-
version '2.0-alpha-2'
7+
version '2.1.2'
88

99
sourceCompatibility = 1.8
1010
targetCompatibility = 1.8

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>io.github.sridharbandi</groupId>
77
<artifactId>java-a11y</artifactId>
8-
<version>2.1.1</version>
8+
<version>2.1.2</version>
99

1010
<name>Java a11y</name>
1111
<description>Accessibility Automation for Web Apps with Java and Selenium Webdriver</description>

0 commit comments

Comments
 (0)