diff --git a/Cargo.toml b/Cargo.toml index beecd30..15e91bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gignore" -version = "0.1.0" +version = "0.2.0" authors = ["Daniel T. Rodrigues "] license = "MIT" description = "A command line tool to generate gitignore template files" diff --git a/src/config.rs b/src/config.rs index d6d2051..9d8e5fa 100644 --- a/src/config.rs +++ b/src/config.rs @@ -1,5 +1,5 @@ pub const AUTHOR_EMAIL: &str = "Daniel T. Rodrigues "; -pub const VERSION: &str = "0.1"; +pub const VERSION: &str = "0.2"; pub const ABOUT: &str = "gignore: Command line tool to generate an up-to-date gitignore template for your favorite languages and technologies. Templates are taken from https://github.com/github/gignore"; // GitHub scraping