Skip to content

Commit

Permalink
Up version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Neylix committed Oct 29, 2024
1 parent 0cdda2f commit d4e0612
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion native/bls/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions native/bls/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bls"
version = "0.1.1"
version = "0.1.2"
authors = []
edition = "2021"

Expand All @@ -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"
sha2 = "0.10.8"

0 comments on commit d4e0612

Please sign in to comment.