Skip to content

Commit 4a3f602

Browse files
committed
Bump version to 0.1.3
1 parent cd90bb7 commit 4a3f602

4 files changed

Lines changed: 4 additions & 5 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.2"}
23+
{:torque, "~> 0.1.3"}
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.2"
4+
@version "0.1.3"
55
@source_url "https://github.com/lpgauth/torque"
66

77
def project do

native/torque_nif/Cargo.toml

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

66
[lib]
@@ -13,4 +13,3 @@ rustler = "0.36"
1313
sonic-rs = "0.3"
1414
itoa = "1"
1515
ryu = "1"
16-

0 commit comments

Comments
 (0)