Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoBSalgueiro committed Feb 12, 2024
1 parent 8660580 commit 4bd7e94
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "en-croissant",
"private": true,
"version": "0.9.0",
"version": "0.9.1",
"type": "module",
"scripts": {
"start": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

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

7 changes: 5 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "en-croissant"
version = "0.9.0"
version = "0.9.1"
description = "A Modern Chess Database"
authors = ["Francisco Salgueiro <fgcdbs@gmail.com>"]
license = "GPL-3.0-only"
Expand Down Expand Up @@ -40,7 +40,10 @@ derivative = "2.2.0"
dashmap = "5.4.0"
once_cell = "1.17.1"
rand = "0.8.5"
vampirc-uci = { git = "https://github.com/franciscoBSalgueiro/vampirc-uci", rev="b16a8d0986253a49ba866182b8fc857a5b8f65d1", features = ["specta", "serde"] }
vampirc-uci = { git = "https://github.com/franciscoBSalgueiro/vampirc-uci", rev = "b16a8d0986253a49ba866182b8fc857a5b8f65d1", features = [
"specta",
"serde",
] }
tempfile = "3.6.0"
quick-xml = { version = "0.31.0", features = ["serialize"] }
specta = { version = "2.0.0-rc.7", features = ["typescript"] }
Expand Down

0 comments on commit 4bd7e94

Please sign in to comment.