Skip to content

Commit

Permalink
Prep for version 0.5.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleyjames committed Apr 29, 2017
1 parent f17161a commit a772aab
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-remote-injection",
"version": "0.5.1",
"version": "0.5.2",
"description": "Injects Cordova into a remote site.",
"cordova": {
"id": "cordova-plugin-remote-injection",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-remote-injection" version="0.4.0">
id="cordova-plugin-remote-injection" version="0.5.2">
<name>Remote Injection</name>
<description>Injects Cordova into a remote site.</description>
<license>Apache 2.0</license>
Expand Down

0 comments on commit a772aab

Please sign in to comment.