This commit is contained in:
Adam Nathan 2016-06-13 11:43:41 -07:00
Родитель 17cbcb3477
Коммит 361c86b9f5
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "cordova-plugin-ace",
"version": "0.1.0",
"version": "0.1.1",
"description": "Enables you to mix native UI and native code with your JavaScript and HTML. http://microsoft.github.io/ace",
"cordova": {
"id": "cordova-plugin-ace",

Просмотреть файл

@ -2,7 +2,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-ace"
version="0.1.0">
version="0.1.1">
<name>Ace</name>
<description>Enables you to mix native UI and native code with your JavaScript and HTML.</description>