Skip to content

Commit

Permalink
[pigeon] Bump version correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-lee committed Apr 26, 2024
1 parent 4bd3dbc commit fae49ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/pigeon/lib/generator_tools.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import 'ast.dart';
/// The current version of pigeon.
///
/// This must match the version in pubspec.yaml.
const String pigeonVersion = '18.0.0';
const String pigeonVersion = '19.0.0';

/// Read all the content from [stdin] to a String.
String readStdin() {
Expand Down
2 changes: 1 addition & 1 deletion packages/pigeon/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: pigeon
description: Code generator tool to make communication between Flutter and the host platform type-safe and easier.
repository: https://github.com/flutter/packages/tree/main/packages/pigeon
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+pigeon%22
version: 18.0.0 # This must match the version in lib/generator_tools.dart
version: 19.0.0 # This must match the version in lib/generator_tools.dart

environment:
sdk: ^3.1.0
Expand Down

0 comments on commit fae49ea

Please sign in to comment.