Skip to content

Commit

Permalink
🎉 updated version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aagarwal1012 committed Nov 21, 2018
1 parent ae732ff commit a9f17af
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
- FLUTTER_VERSION=dev
matrix:
allow_failures:
- env: FLUTTER_VERSION=beta
- env: FLUTTER_VERSION=dev
before_script:
- cd ../
- git clone https://github.com/flutter/flutter.git -b $FLUTTER_VERSION
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.2.0
**Feature Enhancement**
* Added attribute to check whether the animation should repeat or not.
* Updated Readme.

## 1.1.1
* Fixed flutter formatting issues.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Add this to your package's `pubspec.yaml` file:

```yaml
dependencies:
animated_text_kit: ^1.1.1
animated_text_kit: ^1.2.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: 1.1.1
version: 1.2.0
author: Ayush Agarwal <[email protected]>
homepage: https://github.com/aagarwal1012/Animated-Text-Kit/

Expand Down

0 comments on commit a9f17af

Please sign in to comment.