We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e77972b commit ab63a17Copy full SHA for ab63a17
lib/config/plugin_config.dart
@@ -21,5 +21,5 @@ class ReactNativeConfig extends PluginConfig {
21
PluginEnvironment get pluginEnvironment => PluginEnvironment.prod;
22
23
@override
24
- Version get version => Version.parse("1.0.0");
+ Version get version => Version.parse("1.0.1");
25
}
pubspec.yaml
@@ -1,5 +1,5 @@
1
name: react_native
2
-version: 1.0.0
+version: 1.0.1
3
description: A sample command-line application.
4
environment:
5
sdk: ^3.2.0
0 commit comments