Skip to content

Commit

Permalink
fix: update version to 0.0.7 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirablue authored Mar 13, 2022
1 parent c7e1cd2 commit f7b1430
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## 0.0.7

- Add: Added lints dependency.
- Fix: Modify code formats.

## 0.0.6

- Fix: fixed the parsing issue of binary parser
- Fix: fixed the parsing issue of binary parser.

## 0.0.5

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This was inspired by some libraries. please see below details.

```yaml
dependencies:
plist_parser: "^0.0.6"
plist_parser: "^0.0.7"
```
## 🐕 Usage
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: plist_parser
description: A Flutter Plugin for Plist parser supporting XML and Binary formats.
version: 0.0.6
version: 0.0.7
repository: https://github.com/dirablue/plist_parser

environment:
Expand Down

0 comments on commit f7b1430

Please sign in to comment.