From 97b2897edc50d5a5c487eccb6aac64bcc04fa8b0 Mon Sep 17 00:00:00 2001 From: janabhumi Date: Sun, 18 Sep 2022 23:36:25 +0300 Subject: [PATCH] bump version --- .gitignore | 3 ++- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d7eca0c..c0dc59d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ /target +/result +.direnv .env* !.env.example -.direnv diff --git a/Cargo.toml b/Cargo.toml index 3eba37a..842935b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "vnetod" description = "Are you still switching sections in your dotenv file manually? Try this dotenv section switcher" -version = "0.3.2" +version = "0.3.3" edition = "2021" license = "GPL-3.0+" homepage = "https://github.com/pleshevskiy/vnetod/discussions"