diff --git a/pkg/dev_compiler/lib/devc.dart b/pkg/dev_compiler/lib/devc.dart index 2118e43ed5a..6bd46588f5d 100644 --- a/pkg/dev_compiler/lib/devc.dart +++ b/pkg/dev_compiler/lib/devc.dart @@ -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'; diff --git a/pkg/dev_compiler/pubspec.yaml b/pkg/dev_compiler/pubspec.yaml index 88aaf53e2d3..42f5373d6c5 100644 --- a/pkg/dev_compiler/pubspec.yaml +++ b/pkg/dev_compiler/pubspec.yaml @@ -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.