Skip to content

Commit

Permalink
release: 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gvenusleo committed May 17, 2023
1 parent 321ca78 commit 1bb4ca6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/routes/read.dart
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class ReadPageState extends State<ReadPage> {
src: url('${widget.fontDir}/${context.watch<ThemeProvider>().themeFont}');
}
body {
font-family: 'customFont', serif;
font-family: 'customFont';
font-size: ${context.watch<ReadPageProvider>().fontSize}px;
line-height: ${context.watch<ReadPageProvider>().lineHeight};
color: #$textColor;
Expand Down
2 changes: 1 addition & 1 deletion lib/routes/setting_page/about_page/about_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class AboutPage extends StatelessWidget {
const SizedBox(height: 8),
const Center(
child: Text(
'V 0.4.2',
'V 0.4.3',
style: TextStyle(fontSize: 16),
),
),
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 0.4.2+18
version: 0.4.3+19

environment:
sdk: '>=2.18.2 <3.0.0'
Expand Down

0 comments on commit 1bb4ca6

Please sign in to comment.