From 3da625e53848d1683532cc5c64e5729e7652db73 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Tue, 14 May 2024 19:12:43 -0400 Subject: [PATCH] astro: Bump to v0.0.2 (#11834) This PR bumps the Astro extension to v0.0.2. Changes: - #11830 Release Notes: - N/A --- Cargo.lock | 2 +- extensions/astro/Cargo.toml | 2 +- extensions/astro/extension.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 24f14d2cfc..871308ca8c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13030,7 +13030,7 @@ dependencies = [ [[package]] name = "zed_astro" -version = "0.0.1" +version = "0.0.2" dependencies = [ "zed_extension_api 0.0.4", ] diff --git a/extensions/astro/Cargo.toml b/extensions/astro/Cargo.toml index f2d1d3cb35..0b42bde53d 100644 --- a/extensions/astro/Cargo.toml +++ b/extensions/astro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zed_astro" -version = "0.0.1" +version = "0.0.2" edition = "2021" publish = false license = "Apache-2.0" diff --git a/extensions/astro/extension.toml b/extensions/astro/extension.toml index df45a33b29..89578926bf 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.1" +version = "0.0.2" schema_version = 1 authors = ["Alvaro Gaona "] repository = "https://github.com/zed-industries/zed"