diff --git a/lib/pages/elections/register_screen.dart b/lib/pages/elections/register_screen.dart index 77402e0..49e8511 100644 --- a/lib/pages/elections/register_screen.dart +++ b/lib/pages/elections/register_screen.dart @@ -71,6 +71,7 @@ class _RegisterScreenState extends State { 'Rural-Tech': '54', 'Linguistics': '55', 'Others': '61', + 'DSAI': '50', }; Map degrees = { diff --git a/lib/pages/elections/voter_card.dart b/lib/pages/elections/voter_card.dart index 97abb23..4e198fa 100644 --- a/lib/pages/elections/voter_card.dart +++ b/lib/pages/elections/voter_card.dart @@ -40,6 +40,7 @@ class _VoterCardState extends State { 'Rural-Tech': '54', 'Linguistics': '55', 'Others': '61', + 'DSAI': '50', }; Map degrees = { diff --git a/pubspec.yaml b/pubspec.yaml index 3584189..1ff3cb2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: 2.3.8+60 +version: 2.3.8+61 environment: sdk: ">=2.17.0 <3.0.0"