From ade2d9cda777879975b1852f77dc672f5ff43b78 Mon Sep 17 00:00:00 2001 From: Wu Shuwen Date: Sat, 5 Sep 2026 20:08:20 +0800 Subject: [PATCH] fix: synchronize bundle metadata version with 0.16.2 (#3566) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 979d2d7e..67707bdc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ resolver = "2" name = "Neovide" identifier = "com.neovide.neovide" icon = ["assets/neovide.ico"] -version = "0.16.0" +version = "0.16.2" resources = [] copyright = "Copyright (c) Neovide Contributors 2025. All rights reserved." category = "Productivity"