Skip to content

Commit 61c117a

Browse files
committed
update verstion
1 parent 793dae0 commit 61c117a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
* Updated the `pubspec.yaml` file with versioning, repository information, documentation URL, and license details.
1212

13-
## 0.0.5
13+
## 0.0.6
1414

1515
- Implemented input validation for strings and integers.
1616
- Added string and integer extension.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To use `flutter_ex_kit` in your Flutter project, add it as a dependency in your
2020
dependencies:
2121
flutter:
2222
sdk: flutter
23-
flutter_ex_kit: ^0.0.5
23+
flutter_ex_kit: ^0.0.6
2424
```
2525
```yaml
2626
flutter pub get

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flutter_ex_kit",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "`flutter_ex_kit` is a Flutter utility library that provides a collection of custom widgets, extensions, animations, and utility functions. It is designed to simplify common tasks and improve the developer experience while building Flutter applications. Whether you're looking for easy-to-use animations, advanced navigation features, or helpful logging tools, `flutter_ex_kit` has got you covered.",
55
"author": "",
66
"license": "ISC",

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_ex_kit
22
description: "Ex Kit Flutter is a powerful and easy-to-use collection of extensions and utility functions designed to enhance your Flutter development experience."
3-
version: 0.0.5
3+
version: 0.0.6
44
repository: https://github.com/iamapuneet/flutter_ex_kit.git
55
issue_tracker: https://github.com/iamapuneet/flutter_ex_kit/issues
66
homepage: https://github.com/iamapuneet/flutter_ex_kit?tab=readme-ov-file#flutter_ex_kit

0 commit comments

Comments
 (0)