From e2ec0fa43d8b324720999dd2356d1f9335e19c86 Mon Sep 17 00:00:00 2001 From: jaakko Date: Tue, 7 Apr 2026 09:23:35 +0300 Subject: [PATCH] v0.2.2: responsiivinen UI, Ollama-proxy, mixed content korjaus Co-Authored-By: Claude Opus 4.6 (1M context) --- network-poc/hub/Cargo.toml | 2 +- network-poc/native-node/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/network-poc/hub/Cargo.toml b/network-poc/hub/Cargo.toml index 040b09e..bc08e44 100644 --- a/network-poc/hub/Cargo.toml +++ b/network-poc/hub/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hub" -version = "0.2.1" +version = "0.2.2" edition = "2024" [dependencies] diff --git a/network-poc/native-node/Cargo.toml b/network-poc/native-node/Cargo.toml index 62fd244..ebdae1b 100644 --- a/network-poc/native-node/Cargo.toml +++ b/network-poc/native-node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "native-node" -version = "0.2.1" +version = "0.2.2" edition = "2024" [dependencies]