From bea2e24285ccc751f9447fe4978054690736933b Mon Sep 17 00:00:00 2001 From: Moseco Date: Sun, 20 Oct 2024 20:50:02 +0900 Subject: [PATCH] build: update build number and ui version text --- lib/ui/views/about/about_view.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ui/views/about/about_view.dart b/lib/ui/views/about/about_view.dart index d6cd593..da895b1 100644 --- a/lib/ui/views/about/about_view.dart +++ b/lib/ui/views/about/about_view.dart @@ -32,7 +32,7 @@ class AboutView extends StackedView { 'Sagase', style: TextStyle(fontSize: 24), ), - const Text('1.1.0'), + const Text('1.2.0'), const SizedBox(height: 16), Text.rich( textAlign: TextAlign.left, diff --git a/pubspec.yaml b/pubspec.yaml index 46fb29d..e3148ca 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: A Japanese-English dictionary and learning app. publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 1.2.0+15 +version: 1.2.0+16 environment: sdk: '>=3.0.5 <4.0.0'