Skip to content

Commit

Permalink
Bump version to 2.0.0-rc.9
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewLM committed Jan 30, 2024
1 parent 56852a5 commit 0138a7b
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 8 deletions.
5 changes: 5 additions & 0 deletions coinlib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.0.0-rc.9

- Update secp256k1 to 0.4.1
- Update dart dependencies and FFI bindings

## 2.0.0-rc.8

Add windows build support
Expand Down
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: 2.0.0-rc.8
version: 2.0.0-rc.9
repository: https://github.com/peercoin/coinlib

environment:
Expand Down
4 changes: 4 additions & 0 deletions coinlib_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.0-rc.9

Update secp256k1 to 0.4.1 and to underlying coinlib 2.0.0-rc.9

## 2.0.0-rc.8

Add windows build support
Expand Down
8 changes: 4 additions & 4 deletions coinlib_flutter/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -183,18 +183,18 @@ packages:
dependency: transitive
description:
name: plugin_platform_interface
sha256: f4f88d4a900933e7267e2b353594774fc0d07fb072b47eedcd5b54e1ea3269f8
sha256: "4820fbfdb9478b1ebae27888254d445073732dae3d6ea81f0b7e06d5dedc3f02"
url: "https://pub.dev"
source: hosted
version: "2.1.7"
version: "2.1.8"
pointycastle:
dependency: transitive
description:
name: pointycastle
sha256: "7c1e5f0d23c9016c5bbd8b1473d0d3fb3fc851b876046039509e18e0c7485f2c"
sha256: "43ac87de6e10afabc85c445745a7b799e04de84cebaa4fd7bf55a5e1e9604d29"
url: "https://pub.dev"
source: hosted
version: "3.7.3"
version: "3.7.4"
sky_engine:
dependency: transitive
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion coinlib_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
coinlib_flutter: ^2.0.0-rc.8
coinlib_flutter: ^2.0.0-rc.9
cupertino_icons: ^1.0.2

dev_dependencies:
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.0.0-rc.8
version: 2.0.0-rc.9
repository: https://github.com/peercoin/coinlib

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

dependencies:
coinlib: ^2.0.0-rc.8
coinlib: ^2.0.0-rc.9
flutter:
sdk: flutter
plugin_platform_interface: ^2.0.2
Expand Down

0 comments on commit 0138a7b

Please sign in to comment.