diff --git a/lib/changelog.dart b/lib/changelog.dart index 772c8d0a..4f21ad95 100644 --- a/lib/changelog.dart +++ b/lib/changelog.dart @@ -75,4 +75,6 @@ This version includes changes that are not compatible with older versions. Pleas """24.0 - Show and manage deleted files in trash bin """, + // v25 + null, ]; diff --git a/lib/k.dart b/lib/k.dart index 73a99346..590380c1 100644 --- a/lib/k.dart +++ b/lib/k.dart @@ -1,6 +1,6 @@ /// Version string shown in settings page -const versionStr = "24.0-674814"; -const version = 240; +const versionStr = "25.0-74b056"; +const version = 250; /// Show a snack bar for a short amount of time const snackBarDurationShort = const Duration(seconds: 4); diff --git a/pubspec.yaml b/pubspec.yaml index 3ccf44f9..83f91652 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # 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.24.0+2400 +version: 1.25.0+2500 environment: sdk: ">=2.13.0 <3.0.0"