Skip to content

Commit

Permalink
Fix version for npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
kotarella1110 committed May 8, 2018
1 parent 99d5b65 commit 290b02f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-webpack",
"version": "0.0.1",
"version": "0.0.2",
"description": "Cordova Webpack Plugin",
"cordova": {
"id": "cordova-plugin-webpack",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<plugin id="cordova-plugin-webpack" version="0.0.1" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<plugin id="cordova-plugin-webpack" version="0.0.2" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<name>Webpack</name>
<description>Cordova Webpack Plugin</description>
<author>Kotaro Sugawara</author>
Expand Down

0 comments on commit 290b02f

Please sign in to comment.