Skip to content

Commit

Permalink
Bump reaxit
Browse files Browse the repository at this point in the history
  • Loading branch information
JAicewizard committed Sep 11, 2024
1 parent cda89e5 commit 0329680
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class Config {

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

static const String versionNumber = 'v3.7.0';
static const String versionNumber = 'v3.8.0';

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

Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1390,10 +1390,10 @@ packages:
dependency: transitive
description:
name: vm_service
sha256: f652077d0bdf60abe4c1f6377448e8655008eef28f128bc023f7b5e8dfeb48fc
sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d"
url: "https://pub.dev"
source: hosted
version: "14.2.4"
version: "14.2.5"
watcher:
dependency: transitive
description:
Expand Down
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.7.0
version: 3.8.0

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

0 comments on commit 0329680

Please sign in to comment.