From 9ba92c2aa7a8dbf6c6f855cbfe27c3a4d7ede586 Mon Sep 17 00:00:00 2001 From: Mist Date: Tue, 7 May 2024 16:47:02 +0800 Subject: [PATCH] [Release] v1.3.0 --- project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.toml b/project.toml index d2d0ea0..8bbe30c 100644 --- a/project.toml +++ b/project.toml @@ -1,6 +1,6 @@ [project] name = "codesnap.nvim" -version = "1.2.0" +version = "1.3.0" description = "📸 Snapshot plugin that can make pretty code snapshots with real-time previews for Neovim" author = "Mist" email = "mist.zzh@gmail.com"