diff --git a/CHANGELOG.md b/CHANGELOG.md index f1f88fa..92dce08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 1.1.1 +- Removed deprecated code +- Updated dependencies +- Fix wrong graph type upon opening graph view +- Fix text fields behaving unexpectedly +- Fix new wallet name being rewritten to the default placeholder + # 1.1.0 - Fix indicators for Pie Chart - Fix entries not showing up immediately after creation diff --git a/lib/util/utils.dart b/lib/util/utils.dart index 5c84324..ef466ae 100644 --- a/lib/util/utils.dart +++ b/lib/util/utils.dart @@ -12,7 +12,7 @@ void showAbout(BuildContext context) { context: context, applicationLegalese: AppLocalizations.of(context).license, applicationName: "PraĊĦule", - applicationVersion: "1.1.0", + applicationVersion: "1.1.1", applicationIcon: const CircleAvatar( backgroundImage: AssetImage("assets/icon/full_ico.png"), ), diff --git a/pubspec.yaml b/pubspec.yaml index 4878203..a108462 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: prasule description: Open-source private expense tracker -version: 1.1.0+7 +version: 1.1.1+8 environment: sdk: '>=3.1.0-262.2.beta <4.0.0'