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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user