Skip to content

Commit caefcef

Browse files
authored
Fix pubspec.yaml (#94)
1 parent 13dfd68 commit caefcef

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-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+2] - February 18, 20200
2+
3+
* Fixes to pubspec.yaml
4+
5+
16
## [1.0.0+1] - February 18, 20200
27

38
* Fixes to pubspec.yaml

packages/animations/pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
name: animations
22
description: Fancy pre-built animations that can easily be integrated into any Flutter application.
3-
version: 1.0.0+1
3+
version: 1.0.0+2
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"
98

109
dependencies:
1110
flutter:

0 commit comments

Comments
 (0)