File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: coinlib
2
2
description :
3
3
A straight-forward, modular library for Peercoin and other Satoshi-based UTXO
4
4
blockchains
5
- version : 3.0.0-dev
5
+ version : 3.0.0
6
6
repository : https://github.com/peercoin/coinlib
7
7
8
8
environment :
Original file line number Diff line number Diff line change
1
+ ## 3.0.0
2
+
3
+ Update to underlying coinlib 3.0.0. Contains breaking changes. Please see the
4
+ CHANGELOG of coinlib.
5
+
1
6
## 2.2.0
2
7
3
8
Update to underlying coinlib 2.2.0 with new ` ECCompressedPublicKey ` class.
Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ name: coinlib_flutter
2
2
description :
3
3
A flutter wrapper for coinlib, a straight-forward, modular library for
4
4
Peercoin and other Satoshi-based UTXO blockchains
5
- version : 2.2 .0
5
+ version : 3.0 .0
6
6
repository : https://github.com/peercoin/coinlib
7
7
8
8
environment :
9
9
sdk : ' >=3.2.0 <4.0.0'
10
10
flutter : " >=2.17.0"
11
11
12
12
dependencies :
13
- coinlib : ^2.2 .0
13
+ coinlib : ^3.0 .0
14
14
flutter :
15
15
sdk : flutter
16
16
plugin_platform_interface : ^2.0.2
You can’t perform that action at this time.
0 commit comments