mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00
chore: flutter 3.29.2 and bump of to 4.0.1
This commit is contained in:
parent
4bfe334419
commit
26b1c31f8f
@ -1,3 +1,3 @@
|
||||
{
|
||||
"flutterSdkVersion": "3.29.1"
|
||||
"flutterSdkVersion": "3.29.2"
|
||||
}
|
2
.github/workflows/pr-lint.yml
vendored
2
.github/workflows/pr-lint.yml
vendored
@ -4,7 +4,7 @@ on:
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
FLUTTER_VERSION: 3.29.1
|
||||
FLUTTER_VERSION: 3.29.2
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
2
.github/workflows/spotube-release-binary.yml
vendored
2
.github/workflows/spotube-release-binary.yml
vendored
@ -20,7 +20,7 @@ on:
|
||||
description: Dry run without uploading to release
|
||||
|
||||
env:
|
||||
FLUTTER_VERSION: 3.29.1
|
||||
FLUTTER_VERSION: 3.29.2
|
||||
FLUTTER_CHANNEL: master
|
||||
|
||||
permissions:
|
||||
|
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@ -28,5 +28,5 @@
|
||||
"README.md": "LICENSE,CODE_OF_CONDUCT.md,CONTRIBUTING.md,SECURITY.md,CONTRIBUTION.md,CHANGELOG.md,PRIVACY_POLICY.md",
|
||||
"*.dart": "${capture}.g.dart,${capture}.freezed.dart"
|
||||
},
|
||||
"dart.flutterSdkPath": ".fvm/versions/3.29.1"
|
||||
"dart.flutterSdkPath": ".fvm/versions/3.29.2"
|
||||
}
|
@ -13,12 +13,6 @@ class FontFamily {
|
||||
/// Font family: BootstrapIcons
|
||||
static const String bootstrapIcons = 'BootstrapIcons';
|
||||
|
||||
/// Font family: GeistMono
|
||||
static const String geistMono = 'GeistMono';
|
||||
|
||||
/// Font family: GeistSans
|
||||
static const String geistSans = 'GeistSans';
|
||||
|
||||
/// Font family: RadixIcons
|
||||
static const String radixIcons = 'RadixIcons';
|
||||
}
|
||||
|
@ -3,7 +3,7 @@ description: Open source Spotify client that doesn't require Premium nor uses El
|
||||
|
||||
publish_to: "none"
|
||||
|
||||
version: 4.0.0+39
|
||||
version: 4.0.1+40
|
||||
|
||||
homepage: https://spotube.krtirtho.dev
|
||||
repository: https://github.com/KRTirtho/spotube
|
||||
|
Loading…
Reference in New Issue
Block a user