diff --git a/mix.exs b/mix.exs index f7f54d2..e7090c8 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule BlsEx.MixProject do def project do [ app: :bls_ex, - version: "0.1.1", + version: "0.1.2", elixir: "~> 1.14", start_permanent: Mix.env() == :prod, description: "BLS signature utility for Elixir", diff --git a/native/bls/Cargo.lock b/native/bls/Cargo.lock index 5c2164d..3adfb4c 100644 --- a/native/bls/Cargo.lock +++ b/native/bls/Cargo.lock @@ -57,7 +57,7 @@ dependencies = [ [[package]] name = "bls" -version = "0.1.1" +version = "0.1.2" dependencies = [ "bls12_381", "dusk-bls12_381", diff --git a/native/bls/Cargo.toml b/native/bls/Cargo.toml index 6925508..bad1898 100644 --- a/native/bls/Cargo.toml +++ b/native/bls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bls" -version = "0.1.1" +version = "0.1.2" authors = [] edition = "2021" @@ -17,4 +17,4 @@ dusk-bytes = "0.1.7" bls12_381 = { version = "0.8.0", features = ["experimental"] } pairing = "0.23.0" group = "0.13.0" -sha2 = "0.10.8" \ No newline at end of file +sha2 = "0.10.8"