We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 381bdc6 commit 5de7c60Copy full SHA for 5de7c60
lib/react_native.dart
@@ -12,7 +12,7 @@ class ReactNative extends Plugin {
12
String get pluginName => 'react_native';
13
14
@override
15
- Version get version => Version.parse("1.1.1");
+ Version get version => Version.parse("1.2.0");
16
17
18
String get alias => 'rn';
pubspec.yaml
@@ -1,5 +1,5 @@
1
name: react_native
2
-version: 1.1.1
+version: 1.2.0
3
description: A sample command-line application.
4
environment:
5
sdk: ^3.2.0
0 commit comments