Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Userman Kikacheishvili committed Feb 9, 2023
1 parent a5a5d8e commit 0de6c80
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.0.2

- Example added.
- Bug with wrong accert check fixed.


## 0.0.1

- Initial functionality added.
Expand Down
4 changes: 0 additions & 4 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: native_page_route_example
description: Demonstrates how to use the native_page_route_example plugin.

# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev

# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
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: native_page_route
description: Wraps creation of native page route in simple function. Also provide function with preventing of creation the same route twice. Is fully tested on mobile.
version: 0.0.1
version: 0.0.2
homepage: https://github.com/idapgroup/native_page_route

environment:
Expand Down

0 comments on commit 0de6c80

Please sign in to comment.