Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
chocodon committed Oct 24, 2020
1 parent 77b1314 commit 4c419ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/screen/ui/home/home_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class _HomePageState extends State<HomePage> {
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
//Carousell(itemList: state.listBestSeries),
Carousell(itemList: state.listBestSeries),
SizedBox(
height: ScreenUtil().setHeight(30),
),
Expand Down
2 changes: 1 addition & 1 deletion lib/screen/ui/settings/settings_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ class _SettingsPageState extends State<SettingsPage> {
Container(
child: Center(
child: Text(
"Mangabuzz App v1.0.1",
"Mangabuzz App v1.0.2",
style: TextStyle(
color: Colors.grey,
fontFamily: "Poppins-Medium",
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.1+1
version: 1.0.2+1

environment:
sdk: ">=2.7.0 <3.0.0"
Expand Down

0 comments on commit 4c419ad

Please sign in to comment.