diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cdac6d9..e00a45d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -64,4 +64,6 @@ jobs: zip: windows # (required) GitHub token for uploading assets to GitHub Releases. - token: ${{ secrets.ACTION_TOKEN }} \ No newline at end of file + token: ${{ secrets.ACTION_TOKEN }} + + \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index f5741d7..25bcc41 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -147,7 +147,7 @@ dependencies = [ [[package]] name = "filecrypt" -version = "0.1.2" +version = "0.1.3" dependencies = [ "base64 0.22.0", "clap", diff --git a/Cargo.toml b/Cargo.toml index 5493ced..f5df44a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "filecrypt" -version = "0.1.2" +version = "0.1.3" edition = "2021" repository = "https://github.com/root27/filecrypt" description = "Encrypt and decrypt files using Fernet symmetric encryption"