Update to 0.1.8

R=jmesserly@google.com

Review URL: https://codereview.chromium.org/1355043003 .
This commit is contained in:
Vijay Menon 2015-09-21 15:51:35 -07:00
parent 071d1f2bc6
commit 2c2a80e587
2 changed files with 2 additions and 2 deletions

View file

@ -12,4 +12,4 @@ export 'src/server/server.dart' show DevServer;
export 'strong_mode.dart' show StrongModeOptions;
// When updating this version, also update the version in the pubspec.
const devCompilerVersion = '0.1.7';
const devCompilerVersion = '0.1.8';

View file

@ -1,6 +1,6 @@
name: dev_compiler
# When updating this version, also update the version in lib/devc.dart.
version: 0.1.7
version: 0.1.8
description: >
Experimental Dart to JavaScript compiler designed to create idiomatic,
readable JavaScript output.