Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
release: 1.3.5 (#35)
Browse files Browse the repository at this point in the history
bump: 1.3.5
  • Loading branch information
satelllte authored Aug 10, 2022
1 parent 2f75b1b commit 9dfd2c1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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": "nextjs-wasm",
"version": "1.3.4",
"version": "1.3.5",
"scripts": {
"dev": "next dev",
"build:wasm": "wasm-pack build wasm --release --target web",
Expand Down
2 changes: 1 addition & 1 deletion wasm/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 wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasm"
version = "1.3.4"
version = "1.3.5"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 9dfd2c1

Please sign in to comment.