From 00dfd217d8fdd7392ef88fef3fa17aa0de768236 Mon Sep 17 00:00:00 2001 From: Thorsten Ball Date: Thu, 6 Jun 2024 19:17:51 +0200 Subject: [PATCH] astro: Bump version to 0.0.3 (#12744) (Forgot in the other PR) Release Notes: - N/A --- extensions/astro/extension.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/astro/extension.toml b/extensions/astro/extension.toml index 89578926bf..e1228dc86e 100644 --- a/extensions/astro/extension.toml +++ b/extensions/astro/extension.toml @@ -1,7 +1,7 @@ id = "astro" name = "Astro" description = "Astro support." -version = "0.0.2" +version = "0.0.3" schema_version = 1 authors = ["Alvaro Gaona "] repository = "https://github.com/zed-industries/zed"