diff --git a/CHANGELOG.md b/CHANGELOG.md index 25479e7..34a6fa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,4 @@ +## 0.0.2 +* Change documentation ## 0.0.1 * TODO: Initial Release diff --git a/LICENSE b/LICENSE index 9662461..8d5a2c7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 邱文也 Wenyeh +Copyright (c) 2021 邱文也Wenyeh Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pubspec.yaml b/pubspec.yaml index e35d344..2752ee5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: vertical_scrollable_tabview description: A Flutter widget which syncronize a ScrollView and a custom tab view. -version: 0.0.1 +version: 0.0.2 repository: https://github.com/wayne900204/vertical_scrollable_tabview issue_tracker: https://github.com/wayne900204/vertical_scrollable_tabview/issues homepage: https://github.com/wayne900204/vertical_scrollable_tabview