From ed620fc2a234cd847b60d4d43a2e3ca59a554c75 Mon Sep 17 00:00:00 2001 From: LacticWhale Date: Wed, 30 Nov 2022 14:45:46 +0300 Subject: [PATCH] feat: bump version to 1.0.2 --- lib/main.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/main.dart b/lib/main.dart index 12c241c..cbe37b2 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -53,7 +53,7 @@ void main() async { class MyApp extends StatefulWidget { const MyApp({super.key}); - static final String userAgent = 'nhentai_app/1.0.1 ${Platform.operatingSystem}'; + static final String userAgent = 'nhentai_app/1.0.2 ${Platform.operatingSystem}'; static Map get headers => { 'set-cookies': (api.client as HttpClientWithCookies).cachedCookie.toString(), diff --git a/pubspec.yaml b/pubspec.yaml index f88f45a..6b9fd05 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: nhentai_app description: A new Flutter project. publish_to: 'none' -version: 1.0.1 +version: 1.0.2 environment: sdk: ">=2.17.6 <3.0.0"