Skip to content

Commit

Permalink
feat: bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LacticWhale committed Nov 30, 2022
1 parent ce06077 commit ed620fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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<String, String> get headers => {
'set-cookies': (api.client as HttpClientWithCookies).cachedCookie.toString(),
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ed620fc

Please sign in to comment.