Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
HaonRekcef committed Mar 18, 2024
1 parent e5dc387 commit 39ceac0
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Lichess mobile app V2

publish_to: "none" # Remove this line if you wish to publish to pub.dev

version: 0.7.4+000704 # see README.md for details about versioning
version: 0.7.5+000705 # see README.md for details about versioning

environment:
sdk: ">=3.3.0 <4.0.0"
Expand Down Expand Up @@ -58,13 +58,13 @@ dependencies:
signal_strength_indicator: ^0.4.1
soundpool:
git:
url: https://github.com/lichess-org/flutter-soundpool.git
ref: 3900871fd9b6eec4a2437dbdc2946c96ca1f58fd
url: https://github.com/lichess-org/flutter-soundpool.git
ref: 3900871fd9b6eec4a2437dbdc2946c96ca1f58fd
sqflite: ^2.2.5
stockfish:
git:
url: https://github.com/lichess-org/dart-stockfish.git
ref: dc160c6ae339e4aa0b64ce50980a1b5ca5597d42
git:
url: https://github.com/lichess-org/dart-stockfish.git
ref: dc160c6ae339e4aa0b64ce50980a1b5ca5597d42
stream_transform: ^2.1.0
system_info_plus: ^0.0.5
timeago: ^3.6.0
Expand Down Expand Up @@ -113,7 +113,7 @@ flutter:
fonts:
- asset: assets/fonts/SocialIcons.ttf
- family: ChessFont
fonts:
fonts:
- asset: assets/fonts/ChessSansPiratf.ttf
- family: LichessPuzzleIcons
fonts:
Expand All @@ -123,16 +123,15 @@ flutter:
generate: true

flutter_native_splash:
color: '#ffffff'
color: "#ffffff"
image: assets/images/logo-black.png

color_dark: '#000000'
color_dark: "#000000"
image_dark: assets/images/logo-white.png

android_12:
color: '#ffffff'
color: "#ffffff"
image: assets/images/android12logo-black.png

color_dark: '#000000'
color_dark: "#000000"
image_dark: assets/images/android12logo-white.png

0 comments on commit 39ceac0

Please sign in to comment.