diff --git a/pubspec.yaml b/pubspec.yaml index 1699892..c585ccb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: english-verbs -version: 0.3.0 +version: 0.3.4 dependencies: angular2: ^2.0.0-beta.1 browser: ^0.10.0 diff --git a/web/main.dart b/web/main.dart index 16337fd..1ad0121 100644 --- a/web/main.dart +++ b/web/main.dart @@ -11,7 +11,7 @@ import 'package:usage/usage_html.dart' show AnalyticsHtml, Analytics; const String id = 'UA-71715642-4'; const String name = 'English-Verbs'; -const String version = '0.3.3'; +const String version = '0.3.4'; main() => bootstrap(AppComponent, [ ROUTER_PROVIDERS,