Skip to content

Commit

Permalink
v.2.0.2
Browse files Browse the repository at this point in the history
flat plugman files directory
  • Loading branch information
Ngorror committed Apr 2, 2015
1 parent 57fe8d5 commit e2ad222
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.1",
"version": "2.0.2",
"name": "com.phonegap.plugins.binaryfilewriter",
"description": "Binary File Writer for Android",
"author":"Antonio Hernandez <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?><plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="com.phonegap.plugins.binaryfilewriter"
version="2.0.1">
version="2.0.2">

<name>BinaryFileWriter</name>
<description>BinaryFileWriter for android</description>
Expand All @@ -21,7 +21,7 @@
<!-- android -->
<platform name="android">

<source-file src="src/android/com/phonegap/plugins/binaryfilewriter/BinaryFileWriter.java" target-dir="src/com/phonegap/plugins/binaryfilewriter" />
<source-file src="src/BinaryFileWriter.java" target-dir="src/com/phonegap/plugins/binaryfilewriter" />

<config-file target="res/xml/config.xml" parent="/*">
<feature name="BinaryFileWriter">
Expand Down
File renamed without changes.

0 comments on commit e2ad222

Please sign in to comment.