gleam: Bump to v0.0.2 (#9883)

This PR bumps the Gleam extension to v0.0.2.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-03-27 14:47:37 -04:00 committed by GitHub
parent 3046ef6471
commit 687d2a41d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "zed_gleam"
version = "0.0.1"
version = "0.0.2"
edition = "2021"
publish = false
license = "Apache-2.0"

View file

@ -1,7 +1,7 @@
id = "gleam"
name = "Gleam"
description = "Gleam support for Zed"
version = "0.0.1"
version = "0.0.2"
schema_version = 1
authors = ["Marshall Bowers <elliott.codes@gmail.com>"]
repository = "https://github.com/zed-industries/zed"