Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Increase patch version number in path_provider #18

Merged
merged 2 commits into from
May 4, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/path-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [0.1.1] - 2017-05-04

* Change to README.md


## [0.1.0] - 2017-05-03

* Initial Open Source release.
2 changes: 1 addition & 1 deletion packages/path-provider/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# path_provider

Flutter plugin for finding commonly used locations on the filesystem. Supports iOS and Android.
A Flutter plugin for finding commonly used locations on the filesystem. Supports iOS and Android.


## Usage
Expand Down
2 changes: 1 addition & 1 deletion packages/path-provider/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: path_provider

version: 0.1.0
version: 0.1.1
description: A Flutter plugin for getting commonly used locations on the filesystem.
author: Flutter Team <flutter-dev@googlegroups.com>
homepage: https://github.com/flutter/plugins
Expand Down