Skip to content

Commit 1fd9546

Browse files
committed
Bump version to 0.2.6
1 parent fb6c92d commit 1fd9546

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
@@ -21,7 +21,7 @@ Add to your `mix.exs`:
2121
```elixir
2222
def deps do
2323
[
24-
{:torque, "~> 0.2.5"}
24+
{:torque, "~> 0.2.6"}
2525
]
2626
end
2727
```

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.2.5"
4+
@version "0.2.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,7 +1,7 @@
11
[package]
22
name = "torque_nif"
33
# Must match @version in mix.exs — release.sh refuses to tag on a mismatch.
4-
version = "0.2.5"
4+
version = "0.2.6"
55
edition = "2021"
66

77
[lib]

0 commit comments

Comments
 (0)