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 0568d8a commit e62f8fa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.0.0

- Unit testing implemented.
- Native page rout platform detection moved to defaultTargetPlatform.

## 0.0.3

- Documentation for public API added.
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:
flutter:
sdk: flutter

native_page_route: ^0.0.3
native_page_route: ^1.0.0

dev_dependencies:
flutter_test:
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.3
version: 1.0.0
homepage: https://github.com/idapgroup/native_page_route

environment:
Expand Down

0 comments on commit e62f8fa

Please sign in to comment.