Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adnathan committed Jul 19, 2016
1 parent 34199c4 commit 37f57c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-ace",
"version": "0.1.1",
"version": "0.1.2",
"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",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-ace"
version="0.1.1">
version="0.1.2">

<name>Ace</name>
<description>Enables you to mix native UI and native code with your JavaScript and HTML.</description>
Expand Down

0 comments on commit 37f57c2

Please sign in to comment.