diff --git a/.gitignore b/.gitignore index dd87e2d..00c17f2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules build +target \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index 908879c..b808ff0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "tree-sitter-prisma-io" description = "prisma grammar for the tree-sitter parsing library" -version = "1.2.0" +version = "1.2.1" keywords = ["incremental", "parsing", "prisma"] categories = ["parsing", "text-editors"] -repository = "https://github.com/tree-sitter/tree-sitter-prisma" +repository = "https://github.com/victorhqc/tree-sitter-prisma.git" edition = "2018" license = "MIT" diff --git a/package.json b/package.json index 2f629d7..3b5e488 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-prisma", - "version": "1.2.0", + "version": "1.2.1", "description": "Prisma Grammar with Tree Sitter", "keywords": [ "tree-sitter",