Skip to content

Commit

Permalink
Update versions ready to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewLM committed Mar 5, 2025
1 parent 5d0bdac commit d3612b9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion coinlib/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: coinlib
description:
A straight-forward, modular library for Peercoin and other Satoshi-based UTXO
blockchains
version: 3.0.0-dev
version: 3.0.0
repository: https://github.com/peercoin/coinlib

environment:
Expand Down
5 changes: 5 additions & 0 deletions coinlib_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 3.0.0

Update to underlying coinlib 3.0.0. Contains breaking changes. Please see the
CHANGELOG of coinlib.

## 2.2.0

Update to underlying coinlib 2.2.0 with new `ECCompressedPublicKey` class.
Expand Down
4 changes: 2 additions & 2 deletions coinlib_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: coinlib_flutter
description:
A flutter wrapper for coinlib, a straight-forward, modular library for
Peercoin and other Satoshi-based UTXO blockchains
version: 2.2.0
version: 3.0.0
repository: https://github.com/peercoin/coinlib

environment:
sdk: '>=3.2.0 <4.0.0'
flutter: ">=2.17.0"

dependencies:
coinlib: ^2.2.0
coinlib: ^3.0.0
flutter:
sdk: flutter
plugin_platform_interface: ^2.0.2
Expand Down

0 comments on commit d3612b9

Please sign in to comment.