Skip to content

Commit

Permalink
Update cryptology version to 1.1.1 in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahad-10 committed May 15, 2024
1 parent 7a840dd commit 6eddcb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ Include in your project using Maven:
<dependency>
<groupId>io.xconn</groupId>
<artifactId>cryptology</artifactId>
<version>0.1.0</version>
<version>1.1.1</version>
</dependency>
```

Or with Gradle:

```groovy
implementation 'io.xconn:cryptology:0.1.0'
implementation 'io.xconn:cryptology:1.1.1'
```

## Usage
Expand Down

0 comments on commit 6eddcb9

Please sign in to comment.