diff --git a/README.md b/README.md index 377b748..c945e2e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# CryptoJS 3.x AES encryption/decryption on client side with Javascript and on server side with PHP +# CryptoJS AES encryption/decryption on client side with Javascript and on server side with PHP [![Tests](https://github.com/brainfoolong/cryptojs-aes-php/actions/workflows/tests.yml/badge.svg)](https://github.com/brainfoolong/cryptojs-aes-php/actions/workflows/tests.yml) diff --git a/composer.json b/composer.json index 09ba336..d21dd73 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "brainfoolong/cryptojs-aes-php", "type": "library", - "description": "CryptoJS 3.x AES encryption/decryption on client side with Javascript and on server side with PHP", + "description": "CryptoJS AES encryption/decryption on client side with Javascript and on server side with PHP", "keywords": [ "aes", "php",