Skip to content

Commit

Permalink
v1.1.2 (fix org.json dep)
Browse files Browse the repository at this point in the history
  • Loading branch information
ovx committed Sep 19, 2024
1 parent 9317954 commit ddb1826
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ Maven:
<dependency>
<groupId>org.altcha</groupId>
<artifactId>altcha</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
</dependency>
```

Gradle:


```
implementation 'org.altcha:altcha:1.1.1'
implementation 'org.altcha:altcha:1.1.2'
```

## Random Number Generator
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

group = 'org.altcha'
archivesBaseName = 'altcha'
version = '1.1.1'
version = '1.1.2'

java {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand All @@ -23,7 +23,7 @@ repositories {

dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.7.0'
implementation 'org.json:json:20210307'
implementation 'org.json:json:20240303'
}

test {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.altcha</groupId>
<artifactId>altcha</artifactId>
<version>1.1.1</version>
<version>1.1.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>
Expand Down

0 comments on commit ddb1826

Please sign in to comment.