Skip to content

Commit

Permalink
Prepare v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tguerin committed Nov 12, 2023
1 parent 8b2ecc8 commit 2dd69d7
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.7] - 2023-11-12

### Fix

- [Fix] Fix #20 use right size for image shap

## [0.1.6] - 2023-11-05

### Feature
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To use Newton, simply add it as a dependency in your `pubspec.yaml` file:

```yaml
dependencies:
newton_particles: ^0.1.6
newton_particles: ^0.1.7
```
Then, run `flutter pub get` to fetch the package.
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: newton_particles
description: Create stunning animations with configurable particle emitters. Add rain, smoke, and more effects to your Flutter app!
version: 0.1.6
version: 0.1.7
homepage: https://newton.7omtech.fr
issue_tracker: https://github.com/tguerin/newton/issues
repository: https://github.com/tguerin/newton
Expand Down
2 changes: 1 addition & 1 deletion website/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To use Newton, simply add it as a dependency in your `pubspec.yaml` file:

```yaml
dependencies:
newton_particles: ^0.1.6
newton_particles: ^0.1.7
```
Then, run `flutter pub get` to fetch the package.
Expand Down

0 comments on commit 2dd69d7

Please sign in to comment.