We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 040be42 commit bd3e937Copy full SHA for bd3e937
build.gradle
@@ -6,7 +6,7 @@ plugins {
6
}
7
8
group = 'org.altcha'
9
-version = '2.0.0-beta.1'
+version = '2.0.0-beta.2'
10
11
java {
12
sourceCompatibility = JavaVersion.VERSION_17
pom.xml
@@ -4,7 +4,7 @@
4
<modelVersion>4.0.0</modelVersion>
5
<groupId>org.altcha</groupId>
<artifactId>altcha</artifactId>
- <version>2.0.0-beta.1</version>
+ <version>2.0.0-beta.2</version>
<name>org.altcha.altcha</name>
<description>A library for creating and verifying ALTCHA challenges.</description>
<url>https://github.com/altcha-org/altcha-lib-java</url>
0 commit comments