Skip to content

Commit

Permalink
Make 1.0.0 final
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewLM committed Sep 19, 2023
1 parent fa4a949 commit 4a493d8
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 8 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

# Coinlib

**This is a release-candidate.**

Coinlib is a straight-forward and modular library for Peercoin and other similar
cryptocoins. This library allows for the construction and signing of
transactions and management of BIP32 wallets.
Expand All @@ -24,3 +22,7 @@ This repository contains the dart-only library in the `coinlib` directory and a
flutter wrapper in the `coinlib_flutter` directory which includes support for
flutter platforms.

The packages [coinlib](https://pub.dev/packages/coinlib) and
[coinlib_flutter](https://pub.dev/packages/coinlib_flutter) are available on
pub.dev.

4 changes: 4 additions & 0 deletions coinlib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.0

Final release for 1.0.0

## 1.0.0-rc.3

- Make static variables immutable as final or const.
Expand Down
2 changes: 0 additions & 2 deletions coinlib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@

# Coinlib

**This is a release-candidate.**

Coinlib is a straight-forward and modular library for Peercoin and other similar
cryptocoins. This library allows for the construction and signing of
transactions and management of BIP32 wallets.
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: 1.0.0-rc.3
version: 1.0.0
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 @@
## 1.0.0

Final release for 1.0.0

## 1.0.0-rc.3

Use underlying coinlib 1.0.0-rc.3.
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: ^1.0.0-rc.3
coinlib_flutter: ^1.0.0
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: 1.0.0-rc.3
version: 1.0.0
repository: https://github.com/peercoin/coinlib

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

dependencies:
coinlib: ^1.0.0-rc.3
coinlib: ^1.0.0
flutter:
sdk: flutter
plugin_platform_interface: ^2.0.2
Expand Down

0 comments on commit 4a493d8

Please sign in to comment.