Skip to content

Commit

Permalink
Release 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminSchaaf committed Oct 9, 2023
1 parent 01b364f commit c99d43b
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 7 deletions.
6 changes: 3 additions & 3 deletions 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 = "sbnf"
version = "0.6.3"
version = "0.6.4"
license-file = "LICENSE"
repository = "https://github.com/BenjaminSchaaf/sbnf"
description = "A BNF-style language for writing sublime-syntax files"
Expand Down
4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sbnfc"
version = "0.6.3"
version = "0.6.4"
license-file = "LICENSE"
repository = "https://github.com/BenjaminSchaaf/sbnf"
description = "CLI program for SBNF: A BNF-style language for writing sublime-syntax files"
Expand All @@ -17,7 +17,7 @@ name = "sbnf"
path = "src/main.rs"

[dependencies]
sbnf = { version = "0.6.3", path = "../" }
sbnf = { version = "0.6.4", path = "../" }

[dependencies.clap]
version = "~2.27.0"
Expand Down
20 changes: 20 additions & 0 deletions package_control/packages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"schema_version": "3.0.0",
"packages": [
{
"name": "SBNF",
"description": "A BNF-style language for writing sublime-syntax files",
"author": "Benjamin Schaaf",
"homepage": "https://github.com/BenjaminSchaaf/sbnf",
"readme": "https://raw.githubusercontent.com/BenjaminSchaaf/sbnf/master/README.md",
"releases": [
{
"sublime_text": ">4077",
"version": "0.6.4",
"url": "https://github.com/BenjaminSchaaf/sbnf/releases/download/0.6.4/SBNF.sublime-package",
"date": "2023-10-09 13:31:56"
}
]
},
]
}
2 changes: 1 addition & 1 deletion wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sbnf_wasm"
version = "0.6.3"
version = "0.6.4"
edition = "2018"

[lib]
Expand Down

0 comments on commit c99d43b

Please sign in to comment.