From 30feeabd3e534d700a2851f0cfbd80d2b17e852c Mon Sep 17 00:00:00 2001 From: Michael Watzko Date: Wed, 10 Jun 2020 17:34:22 +0200 Subject: [PATCH] Version 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 529ca33..c79ae53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "w5500" -version = "0.2.1" +version = "0.3.0" authors = ["Michael Watzko "] repository = "https://github.com/kellerkindt/w5500.git" description = "W5500 IoT Controller implementation. Currently UDP sending and receiving is working. WIP"