Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tek committed May 3, 2024
1 parent 2c42e90 commit 336156d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tree-sitter-haskell"
description = "haskell grammar for the tree-sitter parsing library"
version = "0.15.0"
version = "0.16.0"
keywords = ["incremental", "parsing", "haskell"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/tree-sitter/tree-sitter-haskell"
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-haskell",
"version": "0.15.0",
"version": "0.16.0",
"description": "Haskell grammar for tree-sitter",
"repository": "github:tree-sitter/tree-sitter-haskell",
"main": "bindings/node",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "tree-sitter-haskell"
description = "Haskell grammar for tree-sitter"
version = "0.15.0"
version = "0.16.0"
keywords = ["incremental", "parsing", "tree-sitter", "haskell"]
classifiers = [
"Intended Audience :: Developers",
Expand Down

0 comments on commit 336156d

Please sign in to comment.