Skip to content

Commit

Permalink
Make coinlib_flutter depend upon alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewLM committed Aug 8, 2023
1 parent 3c754ea commit 4d3b80d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion coinlib_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## 1.0.0-alpha
## 1.0.0-alpha.2

Alpha pre-release of initial library.
10 changes: 5 additions & 5 deletions coinlib_flutter/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ packages:
dependency: transitive
description:
name: coinlib
sha256: "762ec36b0bbcc3dd19a83e2fef7e0eb773cabccd08e1bef9ce28c6fd32a34ae4"
sha256: bd1c7a79d417a649038805aace5ea0a3d948202dccb353995cf5c6dc0504a144
url: "https://pub.dev"
source: hosted
version: "1.0.0-alpha"
version: "1.0.0-alpha.2"
coinlib_flutter:
dependency: "direct main"
description:
Expand Down Expand Up @@ -100,10 +100,10 @@ packages:
dependency: transitive
description:
name: ffi
sha256: "13a6ccf6a459a125b3fcdb6ec73bd5ff90822e071207c663bfd1f70062d51d18"
sha256: "7bf0adc28a23d395f19f3f1eb21dd7cfd1dd9f8e1c50051c069122e6853bc878"
url: "https://pub.dev"
source: hosted
version: "1.2.1"
version: "2.1.0"
flutter:
dependency: "direct main"
description: flutter
Expand Down Expand Up @@ -272,5 +272,5 @@ packages:
source: hosted
version: "2.0.1"
sdks:
dart: ">=3.0.0-0 <4.0.0"
dart: ">=3.0.0 <4.0.0"
flutter: ">=2.17.0"
6 changes: 3 additions & 3 deletions coinlib_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: coinlib_flutter
description: A flutter wrapper for coinlib
version: 1.0.0-alpha
version: 1.0.0-alpha.2
repository: https://github.com/peercoin/coinlib

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

dependencies:
coinlib: ^1.0.0-alpha
coinlib: ^1.0.0-alpha.2
flutter:
sdk: flutter
plugin_platform_interface: ^2.0.2
Expand Down

0 comments on commit 4d3b80d

Please sign in to comment.