Skip to content

Commit 5eb764e

Browse files
author
cesar
committed
fixing version issue
1 parent cb1fe8a commit 5eb764e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-pdf-generator",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "is a HTML to PDF (offline) Generator.",
55
"cordova": {
66
"id": "cordova-pdf-generator",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0" id="cordova-pdf-generator" version="2.0.8">
2+
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0" id="cordova-pdf-generator" version="2.1.1">
33

44
<name>PDFGenerator</name>
55

0 commit comments

Comments
 (0)