Skip to content

Commit 9b86399

Browse files
committed
bump version
1 parent 3c02705 commit 9b86399

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tree-sitter-gomod"
33
description = "gomod grammar for the tree-sitter parsing library"
4-
version = "1.0.0"
4+
version = "1.0.1"
55
keywords = ["incremental", "parsing", "gomod"]
66
categories = ["parsing", "text-editors"]
77
repository = "https://github.com/tree-sitter/tree-sitter-go-mod"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION := 0.1.0
1+
VERSION := 1.0.1
22

33
# Repository
44
SRC_DIR := src

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tree-sitter-gomod",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A tree-sitter grammar for go.mod files",
55
"main": "bindings/node",
66
"scripts": {

0 commit comments

Comments
 (0)