From 1bb33c89650f0720d29b6b3697a68eaeb5629c02 Mon Sep 17 00:00:00 2001 From: arne314 <73391160+arne314@users.noreply.github.com> Date: Fri, 7 Feb 2025 12:02:00 +0100 Subject: [PATCH] chore: bump version to 1.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ddae3f2..b79757c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "pdm.backend" [project] name = "typstar" -version = "1.2.0" +version = "1.3.0" description = "Neovim plugin for efficient note taking in Typst" authors = [ { name = "arne314" }