Skip to content

Commit

Permalink
Increase version to 0.8.0 :)
Browse files Browse the repository at this point in the history
  • Loading branch information
holybiber committed Jul 24, 2024
1 parent 5ec2a54 commit 005b94d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 0.7.0+2
version: 0.8.0+3

environment:
sdk: '>=3.2.0 <4.0.0'
Expand Down
2 changes: 1 addition & 1 deletion test/about_page_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import 'package:package_info_plus/package_info_plus.dart';

void main() {
testWidgets('Basic test', (WidgetTester tester) async {
const testVersion = '0.7.0';
const testVersion = '0.8.0';
await tester.pumpWidget(ProviderScope(
overrides: [
packageInfoProvider.overrideWithValue(PackageInfo(
Expand Down

0 comments on commit 005b94d

Please sign in to comment.