Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoBSalgueiro committed Nov 29, 2023
1 parent 8a00a8a commit a9f0e69
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 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.6.0",
"version": "0.7.0",
"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.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "en-croissant"
version = "0.6.0"
version = "0.7.0"
description = "A Modern Chess Database"
authors = ["Francisco Salgueiro <fgcdbs@gmail.com>"]
license = "GPL-3.0-only"
Expand Down
3 changes: 0 additions & 3 deletions src/atoms/keybinds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,4 @@ export const keyMapAtom = atomWithStorage("keybinds", {
DELETE_MOVE: { name: "Delete move", keys: "delete" },
CYCLE_TABS: { name: "Cycle tabs", keys: "ctrl+tab" },
REVERSE_CYCLE_TABS: { name: "Reverse cycle tabs", keys: "ctrl+shift+tab" },
STUFF: { name: "Reverse cycle tabs", keys: "ctrl+shift+tab" },
SUT: { name: "Reverse cycle tabs", keys: "ctrl+shift+tab" },
asdifhuoi: { name: "Reverse cycle tabs", keys: "ctrl+shift+tab" },
});

0 comments on commit a9f0e69

Please sign in to comment.