lua: Fix extension version (#10490)

This PR fixes the Lua extension version to be v0.0.1 instead of v0.1.0
for the initial release.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-04-12 15:38:26 -04:00 committed by GitHub
parent cb6d0639db
commit ad8dd1771a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
id = "lua"
name = "Lua"
description = "Lua support."
version = "0.1.0"
version = "0.0.1"
schema_version = 1
authors = ["Kaylee Simmons <kay@the-simmons.net>"]
repository = "https://github.com/zed-industries/zed"