Skip to content

Commit 982a982

Browse files
committed
Bump version
1 parent 99ee7fe commit 982a982

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,7 @@
4343
## [1.5.0] - 17 April 2024
4444

4545
* Update to Stockfish 16.1
46+
47+
## [1.6.0] - 18 April 2024
48+
49+
* Switch to Stockfish 16 for smaller app size

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ iOS project must have `IPHONEOS_DEPLOYMENT_TARGET` >=12.0.
1717
Update `dependencies` section inside `pubspec.yaml`:
1818

1919
```yaml
20-
stockfish: ^1.5.0
20+
stockfish: ^1.6.0
2121
```
2222
2323
### Init engine

example/ios/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PODS:
22
- Flutter (1.0.0)
33
- integration_test (0.0.1):
44
- Flutter
5-
- stockfish (1.5.0):
5+
- stockfish (1.6.0):
66
- Flutter
77

88
DEPENDENCIES:
@@ -21,7 +21,7 @@ EXTERNAL SOURCES:
2121
SPEC CHECKSUMS:
2222
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
2323
integration_test: ce0a3ffa1de96d1a89ca0ac26fca7ea18a749ef4
24-
stockfish: 80305fc9188c45cc1365957bb19b96c8b4c8727f
24+
stockfish: 1cee686b12e2541a977d062746d2eb3f794d891c
2525

2626
PODFILE CHECKSUM: c4c93c5f6502fe2754f48404d3594bf779584011
2727

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ packages:
213213
path: ".."
214214
relative: true
215215
source: path
216-
version: "1.5.0"
216+
version: "1.6.0"
217217
stream_channel:
218218
dependency: transitive
219219
description:

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: stockfish
22
description: The Stockfish Chess Engine for Flutter.
3-
version: 1.5.0
3+
version: 1.6.0
44
repository: https://github.com/ArjanAswal/stockfish.git
55
homepage: https://github.com/ArjanAswal/stockfish.git
66

0 commit comments

Comments
 (0)