Skip to content

Commit 86fc85d

Browse files
version change to 1.5.0
1 parent 5de7c60 commit 86fc85d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/react_native.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class ReactNative extends Plugin {
1212
String get pluginName => 'react_native';
1313

1414
@override
15-
Version get version => Version.parse("1.2.0");
15+
Version get version => Version.parse("1.5.0");
1616

1717
@override
1818
String get alias => 'rn';

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: react_native
2-
version: 1.2.0
2+
version: 1.5.0
33
description: A sample command-line application.
44
environment:
55
sdk: ^3.2.0
66
dependencies:
77
cwa_plugin_core:
88
git:
99
url: git@gitlab.com-codewave:codewave-technologies/cwa_plugin_core.git
10-
ref: main
10+
ref: feature/update-api-and-model
1111
cw_core:
1212
git:
1313
url: git@gitlab.com-codewave:codewave-technologies/codewave-flutter-core.git

0 commit comments

Comments
 (0)