Updated version number

Additions: 
  - Ciphers:
    - Rail Fence
    - Atbash (special case for monoalphabetic substitution cipher)
  - Performance considerations
  - Docstrings
This commit is contained in:
Jake Ireland
2021-01-15 14:00:03 +13:00
committed by GitHub
parent 96091758fd
commit 9859fd86c0

View File

@@ -1,6 +1,6 @@
name = "ClassicalCiphers"
uuid = "ecf26e93-935c-5e64-9b21-bc8ac81b4723"
version = "2.0.1"
version = "2.1.0"
[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"