diff --git a/.cache/replit/__replit_disk_meta.json b/.cache/replit/__replit_disk_meta.json index 5ac5ca3..95ef661 100644 --- a/.cache/replit/__replit_disk_meta.json +++ b/.cache/replit/__replit_disk_meta.json @@ -1 +1 @@ -{"nonce":1671697061385278970,"last_updated":{"seconds":1678205927,"nanos":970037000}} +{"nonce":7405816133599856372,"last_updated":{"seconds":1678206669,"nanos":501175000}} diff --git a/Headers/Encryption/VersionInfo/VersionInfo.h b/Headers/Encryption/VersionInfo/VersionInfo.h index 4aff363..d037adb 100644 --- a/Headers/Encryption/VersionInfo/VersionInfo.h +++ b/Headers/Encryption/VersionInfo/VersionInfo.h @@ -1,7 +1,7 @@ namespace VERSION_INFO { //Major, Minor, Patch //for major or minor, change patch to 0 - static constexpr char* VERSION = (char*)"v0.0.0"; + static constexpr char* VERSION = (char*)"v1.9.0"; static constexpr char* REVISION_DATE = (char*)"3/2/2023"; static constexpr char* GITLINK = (char*)"https://github.com/ArthurF23/Cryptography"; }; \ No newline at end of file diff --git a/ReadMe.md b/ReadMe.md index c1589d3..4e9d32c 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,8 +1,8 @@ ## Thank you for using my header! -### v0.0.0 +### v1.9.0 -### What's new in v0.0.0 +### What's new in v1.9.0 ##### Initial commit from forked repository. Changes from previous repository include: complete removal of `ENCDEC`, `DUO`, and `Viginere Cypher`, improvements to `AKARE` function which greatly improves security, it requires a password now which is factored into the calculations to increase security, and some functions moved to their own headers & refactored to cleanup the code. diff --git a/main b/main index 34a3ee4..4ab7bf5 100644 Binary files a/main and b/main differ