Skip to content

Commit bd3e937

Browse files
committed
v2.0.0-beta.2
1 parent 040be42 commit bd3e937

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
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = 'org.altcha'
9-
version = '2.0.0-beta.1'
9+
version = '2.0.0-beta.2'
1010

1111
java {
1212
sourceCompatibility = JavaVersion.VERSION_17

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.altcha</groupId>
66
<artifactId>altcha</artifactId>
7-
<version>2.0.0-beta.1</version>
7+
<version>2.0.0-beta.2</version>
88
<name>org.altcha.altcha</name>
99
<description>A library for creating and verifying ALTCHA challenges.</description>
1010
<url>https://github.com/altcha-org/altcha-lib-java</url>

0 commit comments

Comments
 (0)