diff --git a/lib/libBooru/BooruHandler.dart b/lib/libBooru/BooruHandler.dart index 4f4696a4..ba8c79fd 100644 --- a/lib/libBooru/BooruHandler.dart +++ b/lib/libBooru/BooruHandler.dart @@ -6,7 +6,7 @@ abstract class BooruHandler { String prevTags = ""; bool locked = false; Booru booru; - String verStr = "1.7.1"; + String verStr = "1.7.4"; List fetched; bool tagSearchEnabled = true; BooruHandler(this.booru,this.limit); diff --git a/pubspec.yaml b/pubspec.yaml index bd68f1d9..baf43581 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ description: Booru Client with the ability to batch download Images. # 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: 1.7.3+117 +version: 1.7.4+118 environment: sdk: ">=2.1.0 <3.0.0"