Skip to content

Commit ecdcca8

Browse files
committed
Updated on 2025-02-26 20:42:33. Version: 2.0.0
1 parent 145ddd5 commit ecdcca8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ your list of dependencies in `mix.exs`:
1818

1919
```elixir
2020
def deps do
21-
[{:docspring, "~> 1.0.0"}]
21+
[{:docspring, "~> 2.0.0"}]
2222
end
2323
```
2424

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Docspring.Mixfile do
44
def project do
55
[
66
app: :docspring,
7-
version: "1.0.0",
7+
version: "2.0.0",
88
elixir: "~> 1.10",
99
build_embedded: Mix.env() == :prod,
1010
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)