Skip to content

Commit

Permalink
Prepare v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tguerin committed Aug 2, 2023
1 parent 81f7524 commit 4854efe
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
Expand Up @@ -49,3 +49,9 @@

- [Fix] Fix display of doc on pub site.

## [0.0.8] - 2023-08-02

### Fixed

- [Fix] Fix display of the logo on pub.dev.

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

```yaml
dependencies:
newton_particles: ^0.0.7
newton_particles: ^0.0.8
```
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.0.7
version: 0.0.8
homepage: https://newton.7omtech.fr

environment:
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.0.7
newton_particles: ^0.0.8
```
Then, run `flutter pub get` to fetch the package.
Expand Down

0 comments on commit 4854efe

Please sign in to comment.