Skip to content

Commit d9b0375

Browse files
committed
Version Bump
1 parent 2f19ca1 commit d9b0375

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/pigeon/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 19.0.2
2+
3+
* [kotlin] Adds the `@JvmOverloads` to the `HostApi` setUp method. This prevents the calling Java code from having to provide an empty `String` as Kotlin provides it by default
4+
15
## 19.0.1
26

37
* [dart] Updates `PigeonInstanceMangerApi` to use the shared api channel code.

packages/pigeon/lib/generator_tools.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import 'ast.dart';
1313
/// The current version of pigeon.
1414
///
1515
/// This must match the version in pubspec.yaml.
16-
const String pigeonVersion = '19.0.1';
16+
const String pigeonVersion = '19.0.2';
1717

1818
/// Prefix for all local variables in methods.
1919
///

packages/pigeon/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: pigeon
22
description: Code generator tool to make communication between Flutter and the host platform type-safe and easier.
33
repository: https://github.com/flutter/packages/tree/main/packages/pigeon
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+pigeon%22
5-
version: 19.0.1 # This must match the version in lib/generator_tools.dart
5+
version: 19.0.2 # This must match the version in lib/generator_tools.dart
66

77
environment:
88
sdk: ^3.2.0

0 commit comments

Comments
 (0)