Skip to content

Commit

Permalink
fix CHANGELOG.md to reflect latest working version of flutter_svg i…
Browse files Browse the repository at this point in the history
…n stable branch.
  • Loading branch information
roipeker committed Jan 12, 2021
1 parent 09a89e4 commit 0e4bf80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [0.9.6+2]
- change `flutter_svg` version to be compatible with stable branch.

## [0.9.6]
- Improved docs.
- Removed animations.dart, GTween is used in favor of Juggler.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: graphx
description: Render API on top of CustomPainter to power-up your Flutter apps to the next level.
version: 0.9.6+1
version: 0.9.6+2
homepage: https://github.com/roipeker/graphx

environment:
Expand All @@ -12,7 +12,7 @@ dependencies:
xml: ^4.5.1
vector_math: ^2.0.8
http: ^0.12.2
flutter_svg: any
flutter_svg: ^0.19.0

dev_dependencies:
pedantic: ^1.9.2
Expand Down

0 comments on commit 0e4bf80

Please sign in to comment.