Skip to content

Commit

Permalink
update version and release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Frezyx committed Sep 16, 2020
1 parent a4904d3 commit f8dbd05
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.0 - 16-09-2020

* Added ability to set center position of the main button

## 0.1.3 - 12-08-2020

* Simplify example end README.md
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

```yaml
dependencies:
bottom_bar_with_sheet: ^0.1.3 #latest version
bottom_bar_with_sheet: ^0.2.0 #latest version
```
### Add import package
Expand Down
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class _MyHomePageState extends State<MyHomePage> {
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: Text('bottom_bar_with_sheet v0.1.3'),
title: Text('bottom_bar_with_sheet v0.2.0'),
),
body: Center(child: Text("Place for your content")),
bottomNavigationBar: BottomBarWithSheet(
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.3"
version: "0.2.0"
characters:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: bottom_bar_with_sheet
description: This package help you to create bottom bar with FloatingActionButton which buld BottomSheet widget on every page.
version: 0.1.3
version: 0.2.0
author: Stanislav Ilin https://github.com/Frezyx youngfrezyx@gmail.com
homepage: https://github.com/Frezyx/bottom_bar_with_sheet

Expand Down

0 comments on commit f8dbd05

Please sign in to comment.