Skip to content

Commit d4e0612

Browse files
committed
Up version 1.1.2
1 parent 0cdda2f commit d4e0612

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule BlsEx.MixProject do
44
def project do
55
[
66
app: :bls_ex,
7-
version: "0.1.1",
7+
version: "0.1.2",
88
elixir: "~> 1.14",
99
start_permanent: Mix.env() == :prod,
1010
description: "BLS signature utility for Elixir",

native/bls/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.

native/bls/Cargo.toml

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

@@ -17,4 +17,4 @@ dusk-bytes = "0.1.7"
1717
bls12_381 = { version = "0.8.0", features = ["experimental"] }
1818
pairing = "0.23.0"
1919
group = "0.13.0"
20-
sha2 = "0.10.8"
20+
sha2 = "0.10.8"

0 commit comments

Comments
 (0)