Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
veloce committed Apr 18, 2024
1 parent 99ee7fe commit 982a982
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,7 @@
## [1.5.0] - 17 April 2024

* Update to Stockfish 16.1

## [1.6.0] - 18 April 2024

* Switch to Stockfish 16 for smaller app size
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` >=12.0.
Update `dependencies` section inside `pubspec.yaml`:

```yaml
stockfish: ^1.5.0
stockfish: ^1.6.0
```
### Init engine
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PODS:
- Flutter (1.0.0)
- integration_test (0.0.1):
- Flutter
- stockfish (1.5.0):
- stockfish (1.6.0):
- Flutter

DEPENDENCIES:
Expand All @@ -21,7 +21,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
integration_test: ce0a3ffa1de96d1a89ca0ac26fca7ea18a749ef4
stockfish: 80305fc9188c45cc1365957bb19b96c8b4c8727f
stockfish: 1cee686b12e2541a977d062746d2eb3f794d891c

PODFILE CHECKSUM: c4c93c5f6502fe2754f48404d3594bf779584011

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.5.0"
version: "1.6.0"
stream_channel:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: stockfish
description: The Stockfish Chess Engine for Flutter.
version: 1.5.0
version: 1.6.0
repository: https://github.com/ArjanAswal/stockfish.git
homepage: https://github.com/ArjanAswal/stockfish.git

Expand Down

0 comments on commit 982a982

Please sign in to comment.