Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
M3DZIK committed Nov 1, 2023
1 parent a7bf11e commit 808a01f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<name>Cryptography utilities</name>
<groupId>dev.medzik</groupId>
<artifactId>libcrypto</artifactId>
<version>1.1.0</version>
<description>Cryptographic utilities</description>
<version>1.2.0</version>
<description>Cryptographic utilities — AES (CBC and GCM), Argon2 and X25519</description>
<url>https://github.com/M3DZIK/libcrypto</url>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medzik/libcrypto",
"version": "1.1.0",
"version": "1.2.0",
"description": "Cryptographic utilities",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 808a01f

Please sign in to comment.