Skip to content

Commit b431cd9

Browse files
authored
[Pigeon] incremented version so we can publish the last commit (#224)
1 parent 312cf28 commit b431cd9

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

packages/pigeon/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.1.12
2+
3+
* Fixed assert failure with creating a PlatformException as a result of an
4+
exception in Java handlers.
5+
16
## 0.1.11
27

38
* Added flag to generate null safety annotated Dart code `--dart-null-safety`.

packages/pigeon/lib/generator_tools.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import 'dart:mirrors';
88
import 'ast.dart';
99

1010
/// The current version of pigeon.
11-
const String pigeonVersion = '0.1.11';
11+
const String pigeonVersion = '0.1.12';
1212

1313
/// Read all the content from [stdin] to a String.
1414
String readStdin() {

packages/pigeon/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: pigeon
2-
version: 0.1.11
2+
version: 0.1.12
33
description: Code generator tool to make communication between Flutter and the host platform type-safe and easier.
44
homepage: https://github.com/flutter/packages/tree/master/packages/pigeon
55
dependencies:

0 commit comments

Comments
 (0)