Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
JAicewizard committed Sep 20, 2023
1 parent 36349e1 commit c9a9999
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class Config {

static const Duration searchDebounceTime = Duration(milliseconds: 200);

static const String versionNumber = 'v3.5.0';
static const String versionNumber = 'v3.5.1';

static const Config defaultConfig = Config.production ?? Config.staging;

Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1375,4 +1375,4 @@ packages:
version: "3.1.2"
sdks:
dart: ">=3.0.0 <4.0.0"
flutter: ">=3.10.0-0"
flutter: ">=3.7.0-0"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ publish_to: 'none'
# 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: 3.5.0
version: 3.5.1

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down

0 comments on commit c9a9999

Please sign in to comment.