Skip to content

Commit

Permalink
elixir: Bump to v0.1.1 (#19437)
Browse files Browse the repository at this point in the history
This PR bumps the Elixir extension to v0.1.1.

Changes:

- #19135

Release Notes:

- N/A
  • Loading branch information
maxdeviant authored Oct 18, 2024
1 parent a5492b3 commit 30e081b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extensions/elixir/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zed_elixir"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
publish = false
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion extensions/elixir/extension.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id = "elixir"
name = "Elixir"
description = "Elixir support."
version = "0.1.0"
version = "0.1.1"
schema_version = 1
authors = ["Marshall Bowers <[email protected]>"]
repository = "https://github.com/zed-industries/zed"
Expand Down

0 comments on commit 30e081b

Please sign in to comment.