Skip to content

Commit

Permalink
bump minor & fix repo link
Browse files Browse the repository at this point in the history
  • Loading branch information
victorhqc committed Apr 20, 2022
1 parent 2e6a0ac commit 0ac307e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
build
target
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 0ac307e

Please sign in to comment.