Skip to content

Commit

Permalink
Merge pull request #23 from ARK4579/develop
Browse files Browse the repository at this point in the history
v0.0.15
  • Loading branch information
ARK4579 authored Aug 8, 2021
2 parents 029e0cb + e60b022 commit a3c8ba6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.15

- added missing `args` package.

## 0.0.14

- merged dj_fc into dj
Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dj
description: Auto-Generate Dart and Flutter Code while retaining manual user updates to generated code.
version: 0.0.14
version: 0.0.15
homepage: https://www.ark4579.com
repository: https://github.com/ARK4579/dj
issue_tracker: https://github.com/ARK4579/dj/issues
Expand All @@ -9,6 +9,7 @@ environment:
sdk: ">=2.12.0 <3.0.0"

dependencies:
args: ^2.2.0
dart_style: ^2.0.3
json_annotation: ^4.0.1
path: ^1.8.0
Expand Down

0 comments on commit a3c8ba6

Please sign in to comment.