diff --git a/.github/RELEASE_CHECKLIST.md b/.github/RELEASE_CHECKLIST.md new file mode 100644 index 0000000..5498dd1 --- /dev/null +++ b/.github/RELEASE_CHECKLIST.md @@ -0,0 +1,4 @@ +For a new release, update the following - + +- [ ] Update version in `CHANGELOG.md`. +- [ ] Update version in `Project.toml`. \ No newline at end of file diff --git a/Project.toml b/Project.toml index c9e70e9..7a31421 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ChaoticEncryption" uuid = "8967581b-3fa7-4a60-bbed-8fff548a82df" authors = ["Saransh Chopra"] -version = "0.1.1" +version = "0.2.0" [deps] Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"