Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Sai Ankit committed Sep 19, 2024
1 parent 1c39a9c commit d020c7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/data/courses_data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4140,7 +4140,7 @@ List<Map<String, dynamic>> coursesData = [
},
{
'courseCode': 'EEE',
'courseID': 'G512',
'courseID': 'G626',
'courseTitle': 'Hardware Software Co-Design',
'courseCredits': '4',
'cdcList': [],
Expand Down Expand Up @@ -6826,7 +6826,7 @@ List<Map<String, dynamic>> coursesData = [
'cdcList': [],
'delList': []
},
{
{
'courseCode': 'MGTS',
'courseID': 'F315',
'courseTitle': 'Managerial and Leadership Skills',
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: cgpacalculator
description: Journaling and Analysing Courses and CGPA Made Easy
publish_to: 'none'
version: 1.0.16+16
version: 1.0.18+18

environment:
sdk: '>=3.4.3 <4.0.0'
Expand Down

0 comments on commit d020c7d

Please sign in to comment.