Skip to content

Commit 222b82a

Browse files
committed
release: v0.4.4
1 parent 35e6e9e commit 222b82a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/routes/setting_page/about_page/about_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class AboutPage extends StatelessWidget {
2929
const SizedBox(height: 8),
3030
const Center(
3131
child: Text(
32-
'v 0.4.3',
32+
'v 0.4.4',
3333
style: TextStyle(fontSize: 16),
3434
),
3535
),

lib/routes/setting_page/setting_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ class _SettingPageState extends State<SettingPage> {
157157
onTap: () => showLicensePage(
158158
context: context,
159159
applicationName: 'MeRead 悦读',
160-
applicationVersion: 'v 0.4.3',
160+
applicationVersion: 'v 0.4.4',
161161
applicationIcon: Container(
162162
width: 64,
163163
height: 64,

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1818
# In Windows, build-name is used as the major, minor, and patch parts
1919
# of the product and file versions while build-number is used as the build suffix.
20-
version: 0.4.3+19
20+
version: 0.4.4+20
2121

2222
environment:
2323
sdk: ">=2.18.2 <3.0.0"

0 commit comments

Comments
 (0)