Skip to content

Commit

Permalink
v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
b-inary committed Oct 1, 2023
1 parent 6346d00 commit 97360db
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "wasm-postflop",
"version": "0.2.6",
"version": "0.2.7",
"description": "Postflop solver powered by WebAssembly",
"license": "AGPL-3.0-or-later",
"scripts": {
Expand All @@ -27,7 +27,7 @@
"vue-tippy": "^6.3.1"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.5.0",
"@rushstack/eslint-patch": "^1.5.1",
"@tailwindcss/forms": "^0.5.6",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
Expand Down
4 changes: 2 additions & 2 deletions rust/range/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 rust/range/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "range"
version = "0.2.6"
version = "0.2.7"
authors = ["Wataru Inariba"]
edition = "2021"
license = "AGPL-3.0-or-later"
Expand Down
4 changes: 2 additions & 2 deletions rust/solver-mt/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 rust/solver-mt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "solver"
version = "0.2.6"
version = "0.2.7"
authors = ["Wataru Inariba"]
edition = "2021"
license = "AGPL-3.0-or-later"
Expand Down
4 changes: 2 additions & 2 deletions rust/solver-st/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 rust/solver-st/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "solver"
version = "0.2.6"
version = "0.2.7"
authors = ["Wataru Inariba"]
edition = "2021"
license = "AGPL-3.0-or-later"
Expand Down
4 changes: 2 additions & 2 deletions rust/tree/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 rust/tree/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tree"
version = "0.2.6"
version = "0.2.7"
authors = ["Wataru Inariba"]
edition = "2021"
license = "AGPL-3.0-or-later"
Expand Down

0 comments on commit 97360db

Please sign in to comment.