Skip to content

Commit

Permalink
Update Version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ArjanAswal committed Apr 18, 2023
1 parent 21c92d7 commit 63cc9d9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,10 @@

## [1.2.0] - 1 April 2023

* Update example app and dependencies
* Update example app and dependencies

## [1.3.0] - 18 April 2023

* Improve performance for both iOS and Android devices
* Update to Stockfish 15.1
* Change license to GPL
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ iOS project must have `IPHONEOS_DEPLOYMENT_TARGET` >=11.0.
Update `dependencies` section inside `pubspec.yaml`:

```yaml
stockfish: ^1.2.0
stockfish: ^1.3.0
```
### Init engine
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: stockfish
description: The Stockfish Chess Engine for Flutter.
version: 1.2.0
version: 1.3.0
repository: https://github.com/ArjanAswal/stockfish.git
homepage: https://github.com/ArjanAswal/stockfish.git

environment:
sdk: ">=2.17.0 <3.0.0"
flutter: ">=3.0.0"
sdk: '>=2.17.0 <3.0.0'
flutter: '>=3.0.0'

dependencies:
ffi: ^2.0.0
Expand Down

0 comments on commit 63cc9d9

Please sign in to comment.