Skip to content

Commit

Permalink
Merge pull request #181 from awhitford/release310
Browse files Browse the repository at this point in the history
Prep release for Version 3.1.0
  • Loading branch information
aagarwal1012 authored Dec 17, 2020
2 parents 3eabc5a + 9ee6748 commit c49a007
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 @@
## 3.1.0

- Added `rotateOut` flag to `RotateAnimatedText` so that one may optionally disable the _rotation-out_ animation.
- Updated the `example` app to demonstrate `RotateAnimatedText` with `rotateOut` disabled.

## 3.0.2

- Fixed major bug [#168](https://github.com/aagarwal1012/Animated-Text-Kit/issues/168), introduced with version 3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Add this to your package's `pubspec.yaml` file:

```yaml
dependencies:
animated_text_kit: ^3.0.2
animated_text_kit: ^3.1.0
```
### 2. Install it
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: animated_text_kit
description: A flutter package project which contains a collection of cool and beautiful text animations.
version: 3.0.2
version: 3.1.0
homepage: https://github.com/aagarwal1012/Animated-Text-Kit/
maintainer: Ayush Agarwal (@aagarwal1012)

Expand Down

0 comments on commit c49a007

Please sign in to comment.