Release v0.4.0

This commit is contained in:
parazyd
2023-02-01 23:04:02 +01:00
parent 95591a70c2
commit 192345659a
31 changed files with 49 additions and 49 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "dao-example"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["Dyne.org foundation <foundation@dyne.org>"]
license = "AGPL-3.0-only"

View File

@@ -1,6 +1,6 @@
[package]
name = "dao"
version = "0.3.0"
version = "0.4.0"
authors = ["Dyne.org foundation <foundation@dyne.org>"]
license = "AGPL-3.0-only"
edition = "2021"

View File

@@ -1,6 +1,6 @@
[package]
name = "dao-contract"
version = "0.3.0"
version = "0.4.0"
authors = ["Dyne.org foundation <foundation@dyne.org>"]
license = "AGPL-3.0-only"
edition = "2021"

View File

@@ -1,6 +1,6 @@
[package]
name = "money-contract"
version = "0.3.0"
version = "0.4.0"
authors = ["Dyne.org foundation <foundation@dyne.org>"]
license = "AGPL-3.0-only"
edition = "2021"

View File

@@ -1,6 +1,6 @@
[package]
name = "dchat"
version = "0.1.0"
version = "0.4.0"
homepage = "https://dark.fi"
description = "Demo chat app used to document DarkFi networking code"
authors = ["Dyne.org foundation <foundation@dyne.org>"]

View File

@@ -1,6 +1,6 @@
[package]
name = "p2pdebug"
version = "0.3.0"
version = "0.4.0"
homepage = "https://dark.fi"
authors = ["Dyne.org foundation <foundation@dyne.org>"]
repository = "https://github.com/darkrenaissance/darkfi"