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

Commit

Permalink
Bump version to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateus Felipe authored and Mateus Felipe committed Apr 22, 2020
1 parent b612c82 commit 8a771a1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 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.5

* Upgrade `rxdart` to `^0.24.0`
* Apply `pedantic` rules (for some reason, I forgot to include the package on 0.1.3+2, so my linter wouldn't behave correctly)
* Remove `pubspec.lock` from git, as it is recommended for library packages.[¹](https://dart.dev/guides/libraries/private-files#pubspeclock)

## 0.1.4

* Added a new parameter to `MagicEye` to control preview alignment.
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.4"
version: "0.1.5"
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.4
version: 0.1.5
homepage: https://github.com/mateusfccp/magiceye
repository: https://github.com/mateusfccp/magiceye

Expand Down

0 comments on commit 8a771a1

Please sign in to comment.