diff --git a/packages/flutter_bloc/CHANGELOG.md b/packages/flutter_bloc/CHANGELOG.md index ca23ee70c68..3bbbdd914ea 100644 --- a/packages/flutter_bloc/CHANGELOG.md +++ b/packages/flutter_bloc/CHANGELOG.md @@ -48,3 +48,7 @@ Minor Updates to Documentation # 0.4.4 Minor updates to documentation and improved error reporting in `BlocProvider` + +# 0.4.5 + +Additional Minor Updates to Documentation diff --git a/packages/flutter_bloc/pubspec.yaml b/packages/flutter_bloc/pubspec.yaml index 7f0b36e2dd6..d080c5db35d 100644 --- a/packages/flutter_bloc/pubspec.yaml +++ b/packages/flutter_bloc/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_bloc description: Flutter Widgets that make it easy to implement the BLoC (Business Logic Component) design pattern. Built to be used with the bloc package. -version: 0.4.4 +version: 0.4.5 author: felix.angelov homepage: https://github.com/felangel/bloc/tree/master/packages/flutter_bloc