Skip to content

Commit ca6b54b

Browse files
committed
mix version
1 parent da1459c commit ca6b54b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The package can be installed by adding `tds_encoding` to your list of dependenci
99
```elixir
1010
def deps do
1111
[
12-
{:tds_encoding, "~> 0.1.0"}
12+
{:tds_encoding, "~> 1.0"}
1313
]
1414
end
1515
```

Diff for: mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule Tds.Encoding.MixProject do
55
[
66
app: :tds_encoding,
77
compilers: [:rustler] ++ Mix.compilers(),
8-
version: "0.1.0",
8+
version: "1.0.0",
99
elixir: "~> 1.9",
1010
start_permanent: Mix.env() == :prod,
1111
deps: deps(),

0 commit comments

Comments
 (0)