Skip to content
This repository has been archived by the owner on Jun 2, 2021. It is now read-only.

Commit

Permalink
Version bump to 0.1.3+2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateus Felipe committed Jan 28, 2020
1 parent f8381bf commit 5c7e228
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.1.3+2

* Added a [`analysis_options.yaml`](https://dart.dev/guides/language/analysis-options) file
* Included [`pedantic`](https://github.com/dart-lang/pedantic) linter rules
* Set up stricter rules for static anasysis

## 0.1.3+1

* Fix regression (issue #3)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Add `magiceye` as a dependency in your project:

```yaml
dependencies:
magiceye: ^0.1.0
magiceye: ^0.1.3
```
After this, you should then run `flutter packages upgrade` or update your packages with your IDE/editor funcionalities.
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.3+1"
version: "0.1.3+2"
matcher:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: magiceye
description: An abstraction on top of flutter camera, that allows you to have a default camera screen or build your own with the layer builders.
version: 0.1.3+1
version: 0.1.3+2
homepage: https://github.com/mateusfccp/magiceye
repository: https://github.com/mateusfccp/magiceye

Expand Down

0 comments on commit 5c7e228

Please sign in to comment.