From 4d676934fb48d622d7b53d1f889df449ea3eeb3d Mon Sep 17 00:00:00 2001 From: zhoumaotuo Date: Wed, 12 Jun 2019 16:49:35 +0800 Subject: [PATCH] update readme --- CHANGELOG.md | 2 +- LICENSE | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8d74f5..f4d9745 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [0.2.6] +## [0.3.0] * fix issue that AlwaysScrollableClampingScrollPhysics is not working in new flutter version diff --git a/LICENSE b/LICENSE index 40abf33..4f04a46 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 zmtzapxh +Copyright (c) 2018 zmtzawqlp 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 dbd878b..3c588cb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: pull_to_refresh_notification description: Flutter plugin for building pull to refresh effects with PullToRefreshNotification and PullToRefreshContainer quickly. -version: 0.2.6 +version: 0.3.0 author: zmtzawqlp homepage: https://github.com/fluttercandies/pull_to_refresh_notification