diff --git a/.gitignore b/.gitignore index 73a18d4..8bccc63 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,7 @@ ROADMAP*.md docs-site/ docs/ *.txt + +## Internal files +.internal/ +examples/ diff --git a/Cargo.toml b/Cargo.toml index 6d81ee4..130c9b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ ] [workspace.package] -version = "0.2.18" +version = "0.2.19" edition = "2021" license = "MIT" authors = ["DevITWay "]