Skip to content

Commit ddd0910

Browse files
committed
Bump version to 0.1.6
1 parent b49e848 commit ddd0910

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Add to your `mix.exs`:
2020
```elixir
2121
def deps do
2222
[
23-
{:torque, "~> 0.1.5"}
23+
{:torque, "~> 0.1.6"}
2424
]
2525
end
2626
```

mix.exs

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

4-
@version "0.1.5"
4+
@version "0.1.6"
55
@source_url "https://github.com/lpgauth/torque"
66

77
def project do

native/torque_nif/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "torque_nif"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)