Skip to content

Commit 17c60fa

Browse files
author
Levent KARAGÖL
committed
Documentation has been updated
1 parent 7d1c1d9 commit 17c60fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/libcpp-crypto.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
33
Easy-to-use, symmetric (AES-256) and asymmetric (RSA) encryption and also hash (SHA-256) library for C++ (17+)
4-
version 1.3.1
4+
version 1.4.0
55
https://github.com/leventkaragol/libcpp-crypto
66
77
If you encounter any issues, please submit a ticket at https://github.com/leventkaragol/libcpp-crypto/issues

vcpkg.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "libcpp-crypto",
3-
"version-string": "1.0.0",
3+
"version-string": "1.4.0",
44
"builtin-baseline": "7eb700c9688daed6d8bdcdc571ebe3eedea6a774",
55
"dependencies": [
66
{
77
"name": "gtest",
8-
"version>=": "1.14.0#1"
8+
"version>=": "1.17.0#1"
99
},
1010
{
1111
"name": "openssl",
12-
"version>=": "3.3.0#1"
12+
"version>=": "3.5.0#1"
1313
}
1414
]
1515
}

0 commit comments

Comments
 (0)