Skip to content

Commit

Permalink
rc v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Oct 16, 2018
1 parent 246f867 commit 4679529
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,7 @@ Added `BlocProvider`.
- `BlocProvider.of(context)`
- Updates to Documentation.
- Updates to Example.

# 0.4.1

Minor Updates to Documentation.
2 changes: 1 addition & 1 deletion lib/bloc.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ library bloc;

export './src/bloc_builder.dart';
export './src/bloc_provider.dart';
export './src/bloc.dart';
export './src/bloc.dart';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: bloc
description: The goal of this package is to make it easy to implement the BLoC Design Pattern (Business Logic Component).
version: 0.4.0
version: 0.4.1
author: felix.angelov <[email protected]>
homepage: https://github.com/felangel/bloc

Expand Down

0 comments on commit 4679529

Please sign in to comment.