Skip to content

Commit

Permalink
Chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarrus1 committed Aug 16, 2022
1 parent cb88068 commit 7d3ea08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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,6 +1,6 @@
[package]
name = "sp_format"
version = "0.1.12"
version = "0.1.13"
description = "sourcepawn grammar for the tree-sitter parsing library"
keywords = ["tree-sitter", "formatter", "sourcepawn"]
categories = ["development-tools"]
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "playground",
"private": true,
"version": "0.1.12",
"version": "0.1.13",
"scripts": {
"dev": "vite",
"build": "tsc && vite build && cp ../pkg/node_modules/web-tree-sitter/tree-sitter.wasm dist/tree-sitter.wasm",
Expand Down

0 comments on commit 7d3ea08

Please sign in to comment.