Skip to content

Commit

Permalink
Update SDK constraint to 2.6.0 stable and release 0.1.3 stable (flutt…
Browse files Browse the repository at this point in the history
  • Loading branch information
dcharkes authored and mit-mit committed Nov 5, 2019
1 parent de89e5b commit 8a88a93
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.1.3

Stable release incorporating all the previous dev release changes.

Bump SDK constraint to `>= 2.6.0`.

## 0.1.3-dev.4

Bump SDK constraint to `>= 2.6.0-dev.8.2` which contains the new API of `dart:ffi`.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: ffi
version: 0.1.3-dev.4
version: 0.1.3
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/ffi
description: Utilities for working with Foreign Function Interface (FFI) code.

environment:
sdk: '>=2.6.0-dev.8.2 <3.0.0'
sdk: '>=2.6.0 <3.0.0'

dependencies:

Expand Down

0 comments on commit 8a88a93

Please sign in to comment.