Skip to content

Commit

Permalink
Update package version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CHUNG-HAO committed Sep 25, 2024
1 parent 747f534 commit 1a7aa03
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .dart_tool/package_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@
"languageVersion": "3.3"
}
],
"generated": "2024-09-25T15:27:27.463720Z",
"generated": "2024-09-25T15:41:16.314436Z",
"generator": "pub",
"generatorVersion": "3.5.3",
"flutterRoot": "file:///opt/homebrew/Caskroom/flutter/3.16.7/flutter",
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.1.0
## 0.1.1

* TODO: Fixed bug
* TODO: update doc
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Add the following dependency in your `pubspec.yaml` file:

```yaml
dependencies:
flutter_buttombar_chung: ^0.1.0
flutter_buttombar_chung: ^0.1.1
```
## Usage
Expand Down
Binary file modified build/test_cache/build/cache.dill.track.dill
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/flutter_buttombar_chung.dart
Original file line number Diff line number Diff line change
Expand Up @@ -223,4 +223,4 @@ class FlutterButtomBarChungState extends State<FlutterButtomBarChung>
);
});
}
}
}
2 changes: 1 addition & 1 deletion lib/src/flutter_buttombar_chung_painter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ class FlutterButtombarChungPainter extends CustomPainter {
bool shouldRepaint(CustomPainter oldDelegate) {
return this != oldDelegate;
}
}
}
2 changes: 1 addition & 1 deletion lib/src/flutter_buttombar_chung_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ class FlutterButtombarChungWidget extends StatelessWidget {
),
);
}
}
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_buttombar_chung
description: " The customized Flutter bottom navigation bar has a curved design and advanced functions, and has a wave-like effect, which is very smooth."
version: 0.1.0
version: 0.1.1
homepage: https://chung-hong-hao.web.app
repository: https://github.com/CHUNG-HAO/flutter_buttombar_chung

Expand Down

0 comments on commit 1a7aa03

Please sign in to comment.