Skip to content

Commit d66f2de

Browse files
committed
Bump version to 2.0.0 for final release
1 parent 9986dc3 commit d66f2de

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

coinlib/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 2.0.0
2+
3+
Final release for 2.0.0
4+
5+
## 2.0.0-rc.10
6+
7+
Fixes documentation links and improves usage of `bytesEqual`.
8+
19
## 2.0.0-rc.9
210

311
- Update secp256k1 to 0.4.1

coinlib/pubspec.yaml

Lines changed: 1 addition & 1 deletion
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: 2.0.0-rc.9
5+
version: 2.0.0
66
repository: https://github.com/peercoin/coinlib
77

88
environment:

coinlib_flutter/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.0
2+
3+
Final release for 2.0.0
4+
15
## 2.0.0-rc.10
26

37
Fix regression of secp256k1 library filename

coinlib_flutter/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
coinlib_flutter: ^2.0.0-rc.10
13+
coinlib_flutter: ^2.0.0
1414
cupertino_icons: ^1.0.2
1515

1616
dev_dependencies:

coinlib_flutter/pubspec.yaml

Lines changed: 2 additions & 2 deletions
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.0.0-rc.10
5+
version: 2.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.0.0-rc.9
13+
coinlib: ^2.0.0
1414
flutter:
1515
sdk: flutter
1616
plugin_platform_interface: ^2.0.2

0 commit comments

Comments
 (0)