From 5231bc66f32c883aa0148768df5e2c14c9352dce Mon Sep 17 00:00:00 2001 From: arne314 <73391160+arne314@users.noreply.github.com> Date: Mon, 4 Aug 2025 13:04:26 +0200 Subject: [PATCH] chore: bump version to `1.4.0` --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 067f1f9..83ed06d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "pdm.backend" [project] name = "typstar" -version = "1.3.4" +version = "1.4.0" description = "Neovim plugin for efficient note taking in Typst" authors = [ { name = "arne314" } diff --git a/uv.lock b/uv.lock index 5a54c4a..fc49898 100644 --- a/uv.lock +++ b/uv.lock @@ -438,7 +438,7 @@ wheels = [ [[package]] name = "typstar" -version = "1.3.4" +version = "1.4.0" source = { editable = "." } dependencies = [ { name = "aiohttp" },