Skip to content

Commit 1553384

Browse files
updated the readme
1 parent d2814c1 commit 1553384

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
[![Build Status](https://travis-ci.org/revelrylabs/ecto_soft_delete.svg?branch=master)](https://travis-ci.org/revelrylabs/ecto_soft_delete)
1+
![Build Status](https://github.com/revelrylabs/ecto_soft_delete/actions/workflows/test.yml/badge.svg)
2+
![Publish Status](https://github.com/revelrylabs/ecto_soft_delete/actions/workflows/publish.yml/badge.svg)
23
[![Hex.pm](https://img.shields.io/hexpm/dt/ecto_soft_delete.svg)](https://hex.pm/packages/ecto_soft_delete)
34
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
4-
[![Coverage Status](https://opencov.prod.revelry.net/projects/21/badge.svg)](https://opencov.prod.revelry.net/projects/21)
55

66
# EctoSoftDelete
77

@@ -136,7 +136,7 @@ Add to mix.exs:
136136

137137
```elixir
138138
defp deps do
139-
[{:ecto_soft_delete, "~> 2.0"}]
139+
[{:ecto_soft_delete, "~> 2.0.5"}]
140140
end
141141
```
142142

0 commit comments

Comments
 (0)