Skip to content

Commit

Permalink
release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ath0mas committed Nov 16, 2020
1 parent b623dea commit 3a0e8f5
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-android-cordova-log-adapter",
"version": "1.0.0-dev",
"version": "1.0.0",
"description": "Cordova/Phonegap plugin to migrate any code which uses android.util.Log to org.apache.cordova.LOG in a Cordova Android platform project.",
"license": "MIT",
"repository": "github:ns0m/cordova-plugin-android-cordova-log-adapter",
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://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-android-cordova-log-adapter"
version="1.0.0-dev">
version="1.0.0">

<name>cordova-plugin-android-cordova-log-adapter</name>
<description>Cordova/Phonegap plugin to migrate any code which uses android.util.Log to org.apache.cordova.LOG in a Cordova Android platform project.</description>
Expand Down

0 comments on commit 3a0e8f5

Please sign in to comment.