Skip to content

Commit

Permalink
bump plugin patch version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ecioppettini committed Dec 13, 2021
1 parent 607cadd commit 5108366
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bindings/wallet-cordova/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" xmlns:android="http://schemas.android.com/apk/res/android" id="wallet-cordova-plugin" version="0.7.0-pre1">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="wallet-cordova-plugin" version="0.7.1">
<name>Wallet Cordova Plugin</name>
<description>Wallet Cordova Plugin</description>
<license>MIT OR Apache-2.0 </license>
Expand Down Expand Up @@ -82,4 +82,4 @@
<js-module src="src/electron/pkg/wallet_js.js" name="wasmModule"></js-module>
<asset src="src/electron/pkg/wallet_js_bg.wasm" target="wallet_js_bg.wasm" />
</platform>
</plugin>
</plugin>
2 changes: 1 addition & 1 deletion bindings/wallet-cordova/tests/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="wallet-cordova-plugin-tests"
version="0.7.0-pre4">
version="0.7.1">
<name>Wallet cordova plugin tests</name>
<license>Apache 2.0 OR MIT</license>

Expand Down

0 comments on commit 5108366

Please sign in to comment.