File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 187
187
same "printed page" as the copyright notice for easier
188
188
identification within third-party archives.
189
189
190
- Copyright 2021-2022 @q9f
190
+ Copyright 2021-23 Afri Schoedon @q9f
191
191
192
192
Licensed under the Apache License, Version 2.0 (the "License");
193
193
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
name : bip39
2
- version : 0.1.1
2
+ version : 0.1.2
3
3
description : " A native library implementing BIP-0039 mnemonics for the Crystal programming language."
4
4
5
5
authors :
6
-
6
+ -
Afri Schoedon <[email protected] >
7
7
8
8
crystal : 1.5.0
9
9
Original file line number Diff line number Diff line change 1
- # Copyright 2021-2022 Afri Schoedon
1
+ # Copyright 2021-23 Afri Schoedon @q9f
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
16
16
# Ref: [bitcoin/bips/bip-0039](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki)
17
17
module Bip0039
18
18
# The `VERSION` of the `Bip0039` module.
19
- VERSION = " 0.1.1 "
19
+ VERSION = " 0.1.2 "
20
20
end
You can’t perform that action at this time.
0 commit comments