Skip to content

Commit

Permalink
bump version num
Browse files Browse the repository at this point in the history
  • Loading branch information
NO-ob committed Feb 7, 2021
1 parent a009184 commit 3c3e1e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/libBooru/BooruHandler.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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<BooruItem> fetched;
bool tagSearchEnabled = true;
BooruHandler(this.booru,this.limit);
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3c3e1e6

Please sign in to comment.