From 5b4e934d19f1bf1f0792dbf078fc56d65d6c8501 Mon Sep 17 00:00:00 2001 From: Sreejith <4578153+sreejithbnaick@users.noreply.github.com> Date: Mon, 19 Feb 2024 23:47:04 +0530 Subject: [PATCH] Back and forward button in web screen. --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index db0f78c..a0a0249 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ description: Hackernews Flutter Application # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 2.2.2 +version: 2.2.3 environment: sdk: ">=2.17.0 <3.0.0"