Skip to content

Commit

Permalink
bump 0.4.0-pre3 to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ecioppettini committed Jul 8, 2020
1 parent 6688f18 commit 3ed7f38
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bindings/wallet-c/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jormungandrwallet"
version = "0.4.0-pre3"
version = "0.4.0"
authors = ["Nicolas Di Prima <[email protected]>", "Vincent Hanquez <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion bindings/wallet-cordova/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wallet-cordova-plugin",
"version": "0.4.0-pre3",
"version": "0.4.0",
"description": "Jormungandr wallet Cordova Plugin",
"cordova": {
"id": "wallet-cordova-plugin",
Expand Down
2 changes: 1 addition & 1 deletion 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.4.0-pre3">
<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.4.0">
<name>Wallet Cordova Plugin</name>
<description>Wallet Cordova Plugin</description>
<license>MIT OR Apache-2.0 </license>
Expand Down
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.4.0-pre3">
version="0.4.0">
<name>Wallet cordova plugin tests</name>
<license>Apache 2.0 OR MIT</license>

Expand Down
2 changes: 1 addition & 1 deletion bindings/wallet-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wallet-core"
version = "0.4.0-pre3"
version = "0.4.0"
authors = ["Nicolas Di Prima <[email protected]>", "Vincent Hanquez <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion bindings/wallet-jni/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wallet-jni"
version = "0.4.0-pre3"
version = "0.4.0"
authors = ["Daniel Sanchez Quiros <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion bindings/wallet-js/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wallet-js"
version = "0.4.0-pre3"
version = "0.4.0"
authors = ["Enzo Cioppettini <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion wallet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wallet"
version = "0.4.0-pre3"
version = "0.4.0"
authors = ["Nicolas Di Prima <[email protected]>", "Vincent Hanquez <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 3ed7f38

Please sign in to comment.