chore: Update linux version

This commit is contained in:
Krille Fear 2021-01-08 22:04:36 +00:00
parent baff00ed29
commit ef9369c9d2
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
name: fluffychat
description: Chat with your friends.
publish_to: none
version: 0.24.1+0
version: 0.24.2+0
environment:
sdk: ">=2.6.0 <3.0.0"

View File

@ -1,5 +1,5 @@
#!/bin/sh -ve
flutter channel dev
flutter channel master
flutter upgrade
flutter config --enable-linux-desktop
echo "dependency_overrides:\n intl: 0.17.0-nullsafety.2" >> pubspec.yaml