Skip to content

Commit f2aa6a1

Browse files
committed
bump to version 0.2.0
1 parent 129ac36 commit f2aa6a1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ by adding `diff_match_patch` to your list of dependencies in `mix.exs`:
2323
```elixir
2424
def deps do
2525
[
26-
{:diff_match_patch, "~> 0.1.0"}
26+
{:diff_match_patch, "~> 0.2.0"}
2727
]
2828
end
2929
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Dmp.MixProject do
22
use Mix.Project
33

4-
@version "0.1.0"
4+
@version "0.2.0"
55
@github_project_url "https://github.com/pzingg/diff_match_patch"
66

77
def project do

priv/assets/docs_config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var versionNodes = [
22
{
3-
version: "v0.1.0",
4-
url: "https://hexdocs.pm/diff_match_patch/0.1.0/"
3+
version: "v0.2.0",
4+
url: "https://hexdocs.pm/diff_match_patch/0.2.0/"
55
}
66
]

0 commit comments

Comments
 (0)