Skip to content

Commit

Permalink
Up version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Neylix committed Nov 15, 2024
1 parent 98fca31 commit 0b27d9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.2",
version: "0.1.3",
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.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bls"
version = "0.1.2"
version = "0.1.3"
authors = []
edition = "2021"

Expand Down

0 comments on commit 0b27d9f

Please sign in to comment.