From 0f3dfd8d5d3a9d8785a3af3c7ae5c232239c9bae Mon Sep 17 00:00:00 2001 From: Shivam Goyal Date: Fri, 22 Nov 2019 01:30:47 +0530 Subject: [PATCH] updated version --- lib/screens/settingsScreen.dart | 6 +----- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/lib/screens/settingsScreen.dart b/lib/screens/settingsScreen.dart index a0eb92b..9fc686a 100644 --- a/lib/screens/settingsScreen.dart +++ b/lib/screens/settingsScreen.dart @@ -149,11 +149,7 @@ class _SettingsScreenState extends State { })); }, ), - ListTile( - leading: IconButton(icon: Icon(Icons.card_giftcard)), - title: Text("Rewardz"), - subtitle: Text('Coming Soon'), - ), + Divider( height: 0.0, color: Colors.black, diff --git a/pubspec.yaml b/pubspec.yaml index 3ce44d4..626e8f6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: BHIM description: Voice Based BHIM UPI Payments App -version: 0.3.0+1 +version: 0.5.0+1 repository: https://github.com/ShivamGoyal1899/BHIM authors: - Shivam Goyal