Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewFluet committed Jul 22, 2024
1 parent 1d44dd7 commit 11f4e72
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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-sml"
description = "Standard ML (SML) grammar for tree-sitter"
version = "0.22.0"
version = "0.22.1"
author = "Matthew Fluet <Matthew.Fluet@gmail.com> (https://github.com/MatthewFluet)"
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion Makefile

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

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-sml",
"version": "0.22.0",
"version": "0.22.1",
"description": "Standard ML (SML) grammar for tree-sitter",
"author": "Matthew Fluet <Matthew.Fluet@gmail.com> (https://github.com/MatthewFluet)",
"repository": "github:MatthewFluet/tree-sitter-sml",
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-sml"
description = "Standard ML (SML) grammar for tree-sitter"
version = "0.22.0"
version = "0.22.1"
authors = [
{name = "Matthew Fluet", email = "Matthew.Fluet@gmail.com"},
]
Expand Down

0 comments on commit 11f4e72

Please sign in to comment.