Skip to content

Commit

Permalink
Bump version to 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianSchirmer committed Jul 10, 2017
1 parent 5a670e2 commit 783a69d
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-save-image",
"version": "0.2.4",
"version": "0.2.5",
"cordova": {
"id": "cordova-plugin-save-image",
"platforms": [
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-save-image"
version="0.2.4">
version="0.2.5">

<name>SaveImage</name>
<description>This plugin allows you to save an image to the iOS Camera roll / Photo Library or Android Gallery.</description>
Expand Down

0 comments on commit 783a69d

Please sign in to comment.