We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v4.0.2
1 parent 17ae02e commit d3c25c8Copy full SHA for d3c25c8
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## master
4
5
+## v4.0.2 [2023-06-13]
6
+
7
+- [Improved] Updated all the dependencies
8
9
## v4.0.1 [2021-10-14]
10
11
- [Fixed] Wrong link to the project
mix.exs
@@ -2,7 +2,7 @@ defmodule OPQ.Mixfile do
use Mix.Project
@source_url "https://github.com/fredwu/opq"
- @version "4.0.1"
+ @version "4.0.2"
def project do
[
0 commit comments