Skip to content

Commit

Permalink
publish v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danitrod committed Sep 17, 2021
1 parent 501229b commit 069441b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gignore"
version = "0.1.0"
version = "0.2.0"
authors = ["Daniel T. Rodrigues <[email protected]>"]
license = "MIT"
description = "A command line tool to generate gitignore template files"
Expand Down
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pub const AUTHOR_EMAIL: &str = "Daniel T. Rodrigues <[email protected]>";
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
Expand Down

0 comments on commit 069441b

Please sign in to comment.