Skip to content

Commit d3612b9

Browse files
committed
Update versions ready to publish
1 parent 5d0bdac commit d3612b9

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

coinlib/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: coinlib
22
description:
33
A straight-forward, modular library for Peercoin and other Satoshi-based UTXO
44
blockchains
5-
version: 3.0.0-dev
5+
version: 3.0.0
66
repository: https://github.com/peercoin/coinlib
77

88
environment:

coinlib_flutter/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 3.0.0
2+
3+
Update to underlying coinlib 3.0.0. Contains breaking changes. Please see the
4+
CHANGELOG of coinlib.
5+
16
## 2.2.0
27

38
Update to underlying coinlib 2.2.0 with new `ECCompressedPublicKey` class.

coinlib_flutter/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: coinlib_flutter
22
description:
33
A flutter wrapper for coinlib, a straight-forward, modular library for
44
Peercoin and other Satoshi-based UTXO blockchains
5-
version: 2.2.0
5+
version: 3.0.0
66
repository: https://github.com/peercoin/coinlib
77

88
environment:
99
sdk: '>=3.2.0 <4.0.0'
1010
flutter: ">=2.17.0"
1111

1212
dependencies:
13-
coinlib: ^2.2.0
13+
coinlib: ^3.0.0
1414
flutter:
1515
sdk: flutter
1616
plugin_platform_interface: ^2.0.2

0 commit comments

Comments
 (0)