Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
rev to the latest analyzer; 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Apr 22, 2016
1 parent feb6786 commit e718eed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions changelog.md
@@ -1,5 +1,9 @@
# Changelog

## 0.2.2
- rev to the latest version of the analysis engine to capture some fixes to
strong mode warnings

## 0.2.1
- rev to the latest version of the analysis engine
- support conditional directives and super mixins
Expand Down
2 changes: 1 addition & 1 deletion lib/tuneup.dart
Expand Up @@ -23,7 +23,7 @@ import 'src/trim_command.dart';
export 'src/common.dart' show CliLogger;

// This version must be updated in tandem with the pubspec version.
const String appVersion = '0.2.1';
const String appVersion = '0.2.2';
const String appName = 'tuneup';

class Tuneup {
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Expand Up @@ -2,15 +2,15 @@ name: tuneup
description: A command-line tool to manipulate and inspect your Dart projects.

# This version must be updated in tandem with the lib/tuneup.dart version.
version: 0.2.1
version: 0.2.2
author: Devon Carew <devoncarew@google.com>
homepage: https://github.com/google/tuneup.dart

environment:
sdk: '>=1.8.0 <2.0.0'

dependencies:
analyzer: 0.27.3-alpha.5
analyzer: ^0.27.3
args: '>=0.12.0 <0.14.0'
cli_util: '>=0.0.1 <0.1.0'
path: '>=1.0.0 <2.0.0'
Expand Down

0 comments on commit e718eed

Please sign in to comment.