Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Gissio committed Apr 30, 2024
1 parent 59baf81 commit 71c361e
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Title](img/mcumax-title.png)
![Title](docs/img/mcumax-title.png)

## Overview

Expand Down
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mcu-max",
"version": "1.0.2",
"version": "1.0.3",
"keywords": "board-game, chess, chess-engine, embedded, fen, mcu, microcontroller, uci, uci-chess-engine",
"description": "An MCU-optimized C-language chess engine based on micro-Max.",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=mcu-max
version=1.0.2
version=1.0.3
author=Gissio
maintainer=Gissio
sentence=An MCU-optimized C-language chess engine based on micro-Max.
Expand Down
2 changes: 1 addition & 1 deletion src/mcu-max.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ extern "C" {
#include <stdbool.h>
#include <stdint.h>

#define MCUMAX_ID "mcu-max 1.0.2"
#define MCUMAX_ID "mcu-max 1.0.3"
#define MCUMAX_AUTHOR "Gissio"

#define MCUMAX_SQUARE_INVALID 0x80
Expand Down

0 comments on commit 71c361e

Please sign in to comment.