Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
update dep to 1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Apr 24, 2017
1 parent b2708a9 commit a4809cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Changelog

## 3.1.0
- switch the method we use to determine the locale to the new dart:io
- switch the technique we use to determine the locale to the new dart:io
`Platform.localeName` field
- change our minimum SDK version to `1.23.0`
- change our minimum SDK version to `1.24.0`

## 3.0.1
- expose the `Analytics.clientId` field
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage: https://github.com/dart-lang/usage
author: Dart Team <misc@dartlang.org>

environment:
sdk: '>=1.23.0-dev.11.7 <2.0.0'
sdk: '>=1.24.0-dev.0.0 <2.0.0'

dependencies:
path: ^1.4.0
Expand Down

0 comments on commit a4809cd

Please sign in to comment.