Skip to content
This repository was archived by the owner on Apr 2, 2018. It is now read-only.

Commit 39fa075

Browse files
committed
up version to 1.0.4
1 parent 9ddd8f5 commit 39fa075

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"version": "1.0.3",
2+
"version": "1.0.4",
33
"name": "com.ionic.keyboard",
44
"cordova_name": "Keyboard",
55
"description": "Ionic Keyboard Plugin",
66
"repo": "https://github.com/driftyco/ionic-plugins-keyboard.git",
77
"issue": "https://github.com/driftyco/ionic-plugins-keyboard/issues",
8-
"license": "MIT",
8+
"license": "Apache 2.0",
99
"keywords": [
1010
"ionic",
1111
"keyboard"

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
44
id="com.ionic.keyboard"
5-
version="1.0.3">
5+
version="1.0.4">
66
<name>Keyboard</name>
77
<description>Ionic Keyboard Plugin</description>
88
<license>Apache 2.0</license>

0 commit comments

Comments
 (0)