We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 129ac36 commit f2aa6a1Copy full SHA for f2aa6a1
README.md
@@ -23,7 +23,7 @@ by adding `diff_match_patch` to your list of dependencies in `mix.exs`:
23
```elixir
24
def deps do
25
[
26
- {:diff_match_patch, "~> 0.1.0"}
+ {:diff_match_patch, "~> 0.2.0"}
27
]
28
end
29
```
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Dmp.MixProject do
2
use Mix.Project
3
4
- @version "0.1.0"
+ @version "0.2.0"
5
@github_project_url "https://github.com/pzingg/diff_match_patch"
6
7
def project do
priv/assets/docs_config.js
@@ -1,6 +1,6 @@
var versionNodes = [
{
- version: "v0.1.0",
- url: "https://hexdocs.pm/diff_match_patch/0.1.0/"
+ version: "v0.2.0",
+ url: "https://hexdocs.pm/diff_match_patch/0.2.0/"
}
0 commit comments