Skip to content

Commit 7b64265

Browse files
committed
update version information of bcrypt implementation
1 parent 4b05f3f commit 7b64265

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

c_src/bcrypt_nif.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* The underlying bcrypt (hashing) code is derived from OpenBSD and is
22
* subject to the following license: */
33

4-
/* $OpenBSD: bcrypt.c,v 1.57 2016/08/26 08:25:02 guenther Exp $ */
4+
/* $OpenBSD: bcrypt.c,v 1.58 2020/07/06 13:33:05 pirofti Exp $ */
55

66
/*
77
* Copyright (c) 2014 Ted Unangst <[email protected]>

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule BcryptElixir.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/riverrun/bcrypt_elixir"
5-
@version "3.3.0"
5+
@version "3.3.1"
66
@description "Bcrypt password hashing algorithm for Elixir"
77

88
def project do

0 commit comments

Comments
 (0)