Skip to content

Commit a438fbd

Browse files
bump
1 parent debc958 commit a438fbd

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-plugin-native-keyboard",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "This plugin aims to solve common keyboard problems encountered with Cordova / PhoneGap apps. The messenger component (see screenshots) is ready for production, but this plugin will have more tricks up its sleeve. I'll document those once they're ready for primetime as well.",
55
"cordova": {
66
"id": "cordova-plugin-native-keyboard",

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-native-keyboard"
5-
version="2.0.2">
5+
version="2.0.3">
66

77
<name>Native Keyboard</name>
88

0 commit comments

Comments
 (0)