Skip to content

Commit

Permalink
DEV UPDATE:1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
misakajimmy committed Jan 30, 2023
1 parent 1e9334c commit b970ffb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified assets/banner1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion lib/routes/video/videoPage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class _VideoPageState extends State<VideoPage> {
Widget build(BuildContext context) {
return DefaultTabController(
length: 3,
initialIndex: 1,
initialIndex: 0,
child: Scaffold(
appBar: AppBar(
leading: GestureDetector(
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: 1.5.0+1
version: 1.6.0+1

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

0 comments on commit b970ffb

Please sign in to comment.