Skip to content

Commit 6c45062

Browse files
committed
version updated
1 parent 52c7c2e commit 6c45062

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-pdf-viewer-ios",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "cordova pdf viewer plugin",
55
"cordova": {
66
"id": "cordova-plugin-pdf-viewer-ios",
@@ -19,7 +19,8 @@
1919
"cordova-plugin-pdf-viewer-ios",
2020
"PDFViewer",
2121
"cordova-pdf-viewer",
22-
"cordova-plugin"
22+
"cordova-plugin",
23+
"PDFViewer"
2324
],
2425
"engines": {
2526
"cordovaDependencies": {

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
id="cordova-plugin-pdf-viewer-ios"
5-
version="1.0.4">
5+
version="1.0.5">
66
<engines>
77
<engine name="cordova" version=">=7.1.0" />
88
<engine name="cordova-ios" version=">=4.5.1" />

0 commit comments

Comments
 (0)