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

Commit 17bd65e

Browse files
authored
Merge pull request #105 from dart-lang/3.1.0
3.1.0
2 parents cea4508 + a4809cd commit 17bd65e

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
language: dart
2+
dart: dev
23
sudo: false
34
script: ./tool/travis.sh

changelog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Changelog
22

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

88
## 3.0.1
99
- expose the `Analytics.clientId` field

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
# BSD-style license that can be found in the LICENSE file.
44

55
name: usage
6-
version: 3.0.2
6+
version: 3.1.0
77
description: A Google Analytics wrapper for both command-line, web, and Flutter apps.
88
homepage: https://github.com/dart-lang/usage
99
author: Dart Team <[email protected]>
1010

1111
environment:
12-
sdk: '>=1.23.0-dev.11.7 <2.0.0'
12+
sdk: '>=1.24.0-dev.0.0 <2.0.0'
1313

1414
dependencies:
1515
path: ^1.4.0

0 commit comments

Comments
 (0)