From 2e44e7cade2903d635148cb1e4e035ea90558b82 Mon Sep 17 00:00:00 2001 From: BisratHailu Date: Sat, 18 Apr 2026 22:07:24 +0300 Subject: [PATCH] - fix(learn): Modify overall learn hierarchy. - fix(learn): Modify learn path flow according to the new hierarchy. - add(learn): Add additionl screens for the new hierarchy levels. --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index b215f2b..128a562 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: yimaru_app description: A new Flutter project. publish_to: 'none' -version: 0.1.2+4 +version: 0.1.3+4 environment: sdk: '>=3.0.3 <4.0.0'