We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da1459c commit ca6b54bCopy full SHA for ca6b54b
README.md
@@ -9,7 +9,7 @@ The package can be installed by adding `tds_encoding` to your list of dependenci
9
```elixir
10
def deps do
11
[
12
- {:tds_encoding, "~> 0.1.0"}
+ {:tds_encoding, "~> 1.0"}
13
]
14
end
15
```
mix.exs
@@ -5,7 +5,7 @@ defmodule Tds.Encoding.MixProject do
5
6
app: :tds_encoding,
7
compilers: [:rustler] ++ Mix.compilers(),
8
- version: "0.1.0",
+ version: "1.0.0",
elixir: "~> 1.9",
start_permanent: Mix.env() == :prod,
deps: deps(),
0 commit comments