chore: bump versions

This commit is contained in:
chrislicodes 2023-05-25 16:16:28 +02:00
parent f743560082
commit 599c4cf645
4 changed files with 6 additions and 4 deletions

View file

@ -60,7 +60,7 @@ After that the PGN viewer/editor will render and you are good to go:
### 1.0.1
- [ ] Add support for variants
- [x] Add support for variants (depth 1)
## Settings
@ -76,6 +76,7 @@ You can permanently set some settings in the [Obsidian](https://obsidian.md/) pl
## Roadmap
- [ ] Add undo button
- [ ] Add view to manage stored games
- [ ] Add more styles
- [ ] Add more settings

View file

@ -1,7 +1,7 @@
{
"id": "chess-study",
"name": "Chess Study",
"version": "1.0.0",
"version": "1.0.1",
"minAppVersion": "0.15.0",
"description": "A chess study helper and PGN viewer/editor.",
"author": "Christoph Lindstädt",

View file

@ -1,6 +1,6 @@
{
"name": "chess-study",
"version": "1.0.0",
"version": "1.0.1",
"description": "A chess study helper and PGN viewer/editor.",
"keywords": [
"chess",

View file

@ -1,3 +1,4 @@
{
"1.0.0": "0.15.0"
"1.0.0": "0.15.0",
"1.0.1": "0.15.0"
}