Skip to content

Commit 13dfd68

Browse files
authored
Make pub.dev happy (#93)
1 parent c6b04d8 commit 13dfd68

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

packages/animations/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [1.0.0+1] - February 18, 20200
2+
3+
* Fixes to pubspec.yaml
4+
5+
16
## [1.0.0] - February 18, 20200
27

38
* Initial release

packages/animations/pubspec.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name: animations
2-
description: Fancy pre-built Animations for Flutter.
3-
version: 1.0.0
2+
description: Fancy pre-built animations that can easily be integrated into any Flutter application.
3+
version: 1.0.0+1
44
homepage: https://github.com/flutter/packages/tree/master/packages/animations
55

66
environment:
77
sdk: ">=2.2.2 <3.0.0"
8+
flutter: ">=1.13.9"
89

910
dependencies:
1011
flutter:

0 commit comments

Comments
 (0)