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 289e083 commit 26169bdCopy full SHA for 26169bd
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.0.0");
+ Version get version => Version.parse("1.1.1");
16
17
18
String get alias => 'rn';
pubspec.yaml
@@ -1,5 +1,5 @@
1
name: react_native
2
-version: 1.1.0
+version: 1.1.1
3
description: A sample command-line application.
4
environment:
5
sdk: ^3.2.0
0 commit comments