Fixed breaking bug for some sources (#561)

This commit is contained in:
Imran Remtulla
2023-05-13 02:32:06 -04:00
parent 0cd4385de7
commit 431a01f2a5
4 changed files with 71 additions and 62 deletions

View File

@@ -21,7 +21,7 @@ import 'package:easy_localization/src/easy_localization_controller.dart';
// ignore: implementation_imports
import 'package:easy_localization/src/localization.dart';
const String currentVersion = '0.13.2';
const String currentVersion = '0.13.3';
const String currentReleaseTag =
'v$currentVersion-beta'; // KEEP THIS IN SYNC WITH GITHUB RELEASES