Skip to content

Commit 2772a5a

Browse files
committed
bump version
1 parent 5961490 commit 2772a5a

File tree

4 files changed

+3
-15
lines changed

4 files changed

+3
-15
lines changed

apps/elixir_ls_debugger/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule ElixirLS.Debugger.Mixfile do
44
def project do
55
[
66
app: :elixir_ls_debugger,
7-
version: "0.12.0",
7+
version: "0.13.0",
88
build_path: "../../_build",
99
config_path: "../../config/config.exs",
1010
deps_path: "../../deps",

apps/elixir_ls_utils/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule ElixirLS.Utils.Mixfile do
44
def project do
55
[
66
app: :elixir_ls_utils,
7-
version: "0.12.0",
7+
version: "0.13.0",
88
build_path: "../../_build",
99
config_path: "../../config/config.exs",
1010
deps_path: "../../deps",

apps/language_server/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule ElixirLS.LanguageServer.Mixfile do
44
def project do
55
[
66
app: :language_server,
7-
version: "0.12.0",
7+
version: "0.13.0",
88
elixir: ">= 1.12.0",
99
build_path: "../../_build",
1010
config_path: "../../config/config.exs",

mix.exs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,6 @@ defmodule ElixirLS.Mixfile do
2525
]
2626
end
2727

28-
# Dependencies can be Hex packages:
29-
#
30-
# {:my_dep, "~> 0.3.0"}
31-
#
32-
# Or git/path repositories:
33-
#
34-
# {:my_dep, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"}
35-
#
36-
# Type "mix help deps" for more examples and options.
37-
#
38-
# Dependencies listed here are available only for this project
39-
# and cannot be accessed from applications inside the apps folder
4028
defp deps do
4129
[]
4230
end

0 commit comments

Comments
 (0)