From 7ba119f9a8a1b90ddfc70a1695561c8eda6d5968 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maty=C3=A1=C5=A1=20Caras?= Date: Mon, 25 Dec 2023 22:13:50 +0100 Subject: [PATCH] chore: change version to try to adhere to ios rules --- CHANGELOG.md | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a86776d..352ee50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -# 1.0.0-alpha.2 +# 1.0.0-alpha+2 - Fixed localization issues - Added graphs for expenses and income per month/year -# 1.0.0-alpha +# 1.0.0-alpha+1 - First public release \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index d642b16..3173f3d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: prasule description: Open-source private expense tracker -version: 1.0.0-alpha.2+2 +version: 1.0.0-alpha+2 environment: sdk: '>=3.1.0-262.2.beta <4.0.0'