Skip to content

Commit

Permalink
release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SachinGanesh committed Feb 16, 2019
1 parent 3e7d3b2 commit 8bcbc34
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [0.0.1] - TODO: Add release date.
## [0.0.2] - 16/02/2019
* added support for older versions of path provider

* TODO: Describe initial release.
## [0.0.1] - 12/02/2019

* initial release.
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ packages:
name: path_provider
url: "https://pub.dartlang.org"
source: hosted
version: "0.5.0+1"
version: "0.4.1"
pedantic:
dependency: transitive
description:
Expand All @@ -92,7 +92,7 @@ packages:
name: source_span
url: "https://pub.dartlang.org"
source: hosted
version: "1.5.3"
version: "1.5.4"
stack_trace:
dependency: transitive
description:
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: screenshot
description: Flutter Screenshot Package (Runtime)
version: 0.0.1
description: Flutter Screenshot Package (Runtime). Capture any Widget as an image.
version: 0.0.2
author: Sachin Ganesh <sachinganesh@outlook.com>
homepage: https://github.com/SachinGanesh/screenshot

environment:
sdk: ">=2.1.0 <3.0.0"
sdk: ">=2.0.0-dev.68.0 <3.0.0"

dependencies:
path_provider: ^0.5.0+1
path_provider: ^0.4.1
flutter:
sdk: flutter

Expand Down

0 comments on commit 8bcbc34

Please sign in to comment.