Skip to content

Commit 43a524d

Browse files
authored
[pigeon] updated to 1.0.0 (#447)
1 parent b952cbf commit 43a524d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/pigeon/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## NEXT
1+
## 1.0.0
22

33
* Started allowing primitive data types as arguments and return types.
44
* Generics support.

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. This must match the version in pubspec.yaml.
11-
const String pigeonVersion = '0.3.0';
11+
const String pigeonVersion = '1.0.0';
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
@@ -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/master/packages/pigeon
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3Apigeon
5-
version: 0.3.0 # This must match the version in lib/generator_tools.dart
5+
version: 1.0.0 # This must match the version in lib/generator_tools.dart
66

77
environment:
88
sdk: '>=2.12.0 <3.0.0'

0 commit comments

Comments
 (0)