Skip to content

Commit a5f1c80

Browse files
committed
shard: bump version
1 parent c66723d commit a5f1c80

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
same "printed page" as the copyright notice for easier
188188
identification within third-party archives.
189189

190-
Copyright 2021-2022 @q9f
190+
Copyright 2021-23 Afri Schoedon @q9f
191191

192192
Licensed under the Apache License, Version 2.0 (the "License");
193193
you may not use this file except in compliance with the License.

shard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: bip39
2-
version: 0.1.1
2+
version: 0.1.2
33
description: "A native library implementing BIP-0039 mnemonics for the Crystal programming language."
44

55
authors:
6-
- Afr Schoe <[email protected]>
6+
- Afri Schoedon <[email protected]>
77

88
crystal: 1.5.0
99

src/version.cr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2021-2022 Afri Schoedon
1+
# Copyright 2021-23 Afri Schoedon @q9f
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -16,5 +16,5 @@
1616
# Ref: [bitcoin/bips/bip-0039](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki)
1717
module Bip0039
1818
# The `VERSION` of the `Bip0039` module.
19-
VERSION = "0.1.1"
19+
VERSION = "0.1.2"
2020
end

0 commit comments

Comments
 (0)