Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
adaojunior committed Jan 21, 2016
1 parent 73272b9 commit 24022f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion web/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 24022f8

Please sign in to comment.