File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
16
16
#
17
17
18
18
s . name = "cordova-plugin-nativeview"
19
- s . version = "1.0.5 "
19
+ s . version = "1.0.6 "
20
20
s . summary = "Start or Back to a native screen/page from app or other app"
21
21
22
22
# This description is used to generate tags and improve search results.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cordova-plugin-nativeview" ,
3
- "version" : " 1.0.5 " ,
3
+ "version" : " 1.0.6 " ,
4
4
"types" : " ./types/index.d.ts" ,
5
5
"description" : " Start or Back to a native screen/page" ,
6
6
"author" : {
Original file line number Diff line number Diff line change 2
2
3
3
<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
4
4
id =" cordova-plugin-nativeview"
5
- version =" 1.0.5 " >
5
+ version =" 1.0.6 " >
6
6
<name >Cordova NativeView Plugin</name >
7
7
<description >
8
8
Start or Back to a UIViewController(ios)/Activity(Android)
You can’t perform that action at this time.
0 commit comments