Skip to content

Commit

Permalink
Update pubspec and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dcharkes committed Mar 5, 2021
1 parent 13a1181 commit b5c7926
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.5.1
* Uses `package:ffigen` to generate the Dart bindings.
* Bumped SDK constraint to Dart 2.12.

# 0.5.0
* Rolled forward all dependencies to Dart 2.12 previews.
* Migrated breaking changes for [package:ffi](https://pub.dev/packages/ffi) version `1.0.0`.
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.5.0"
version: "0.5.1"
webdriver:
dependency: transitive
description:
Expand All @@ -459,5 +459,5 @@ packages:
source: hosted
version: "2.2.1"
sdks:
dart: ">=2.12.0-259.9.beta <3.0.0"
dart: ">=2.12.0 <3.0.0"
flutter: ">=1.24.0-10.2.pre"
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ description: Demonstrates how to use the webcrypto plugin.
publish_to: "none" # Remove this line if you wish to publish to pub.dev

environment:
sdk: ">=2.12.0-259.9.beta <3.0.0"
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.17.0"

dependencies:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
# limitations under the License.

name: webcrypto
version: 0.5.0
version: 0.5.1
description: Cross-platform implementation of Web Cryptography APIs for Flutter.
homepage: https://github.com/google/webcrypto.dart

environment:
sdk: '>=2.12.0-259.9.beta <3.0.0'
sdk: '>=2.12.0 <3.0.0'
flutter: '>=1.24.0-10.2.pre'

dependencies:
Expand Down

0 comments on commit b5c7926

Please sign in to comment.