Skip to content

Commit

Permalink
release wasm 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloso committed Dec 12, 2022
1 parent b65b20e commit 97d4e02
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
18 changes: 8 additions & 10 deletions pomsky-wasm/Cargo.lock

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

4 changes: 2 additions & 2 deletions pomsky-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = ["."]
name = "pomsky-wasm"
description = "A portable, modern regular expression language"
homepage = "https://pomsky-lang.org"
version = "0.1.3"
version = "0.8.0"
authors = ["Ludwig Stecher <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand All @@ -23,7 +23,7 @@ wasm-bindgen = "0.2.82"

console_error_panic_hook = { version = "0.1.7", optional = true }

pomsky = { version = "0.8.0", features = ["miette"] }
pomsky = { version = "0.8.1", features = ["miette"] }

miette = { version = "5.3.0", features = ["fancy"] }

Expand Down
2 changes: 1 addition & 1 deletion pomsky-wasm/pkg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Ludwig Stecher <[email protected]>"
],
"description": "A portable, modern regular expression language",
"version": "0.1.3",
"version": "0.8.0",
"license": "MIT OR Apache-2.0",
"repository": {
"type": "git",
Expand Down

0 comments on commit 97d4e02

Please sign in to comment.