Skip to content

Commit

Permalink
bump ver
Browse files Browse the repository at this point in the history
  • Loading branch information
dnfield committed May 29, 2018
1 parent 94fc09c commit acab3c9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# CHANGES

## 0.3.2

- Bug fix around caching for tinting/coloring (color was not being properly included in cache keys)

## 0.3.1

- Support for tinting/coloring the output
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Expand Up @@ -388,5 +388,5 @@ packages:
source: hosted
version: "2.1.13"
sdks:
dart: ">=2.0.0-dev.52.0 <=2.0.0-dev.55.0.flutter-97b6c2e09d"
dart: ">=2.0.0-dev.52.0 <=2.0.0-dev.58.0.flutter-f981f09760"
flutter: ">=0.3.6 <2.0.0"
2 changes: 1 addition & 1 deletion pubspec.yaml
Expand Up @@ -2,7 +2,7 @@ name: flutter_svg
description: An SVG rendering and widget library for Flutter.
author: Dan Field <dfield@gmail.com>
homepage: https://github.com/dnfield/flutter_svg
version: 0.3.1
version: 0.3.2

dependencies:
path_drawing: ^0.2.3
Expand Down

0 comments on commit acab3c9

Please sign in to comment.