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

3.1.0 #105

Merged
merged 2 commits into from
Apr 24, 2017
Merged

3.1.0 #105

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
language: dart
dart: dev
sudo: false
script: ./tool/travis.sh
6 changes: 3 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Changelog

## 3.0.2
- switch the method we use to determine the locale to the new dart:io
## 3.1.0
- 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
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
# BSD-style license that can be found in the LICENSE file.

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

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