Skip to content

Commit

Permalink
version bump to 0.2.2 & material you (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
DattatreyaReddy authored May 8, 2022
1 parent e4bd8f3 commit f798551
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@ void main() async {
iconTheme: IconThemeData(
color: ColorScheme.light().primary,
),
useMaterial3: true,
),
darkTheme: ThemeData(
colorScheme: ColorScheme.dark(),
iconTheme: IconThemeData(
color: ColorScheme.dark().primary,
),
useMaterial3: true,
),
themeMode: controller.theme,
debugShowCheckedModeBanner: false,
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: tachidesk_sorayomi
version: 0.2.1+1
version: 0.2.2+1
publish_to: none
description: A new Flutter frontend for Tachidesk.
environment:
Expand Down

0 comments on commit f798551

Please sign in to comment.