0.1.2 #11

Merged
tudattr merged 6 commits from 0.1.2 into dev 2024-07-25 12:10:23 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 20e1df177c - Show all commits

2
Cargo.lock generated
View File

@@ -117,7 +117,7 @@ dependencies = [
[[package]] [[package]]
name = "athome" name = "athome"
version = "0.1.0" version = "0.2.0"
dependencies = [ dependencies = [
"dioxus", "dioxus",
"dioxus-free-icons", "dioxus-free-icons",

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "athome" name = "athome"
version = "0.1.0" version = "0.2.0"
authors = ["Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>"] authors = ["Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>"]
edition = "2021" edition = "2021"