Skip to content

Commit

Permalink
Prepare v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tguerin committed Aug 10, 2023
1 parent 28441f4 commit 270eaac
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 @@ -97,3 +97,9 @@
### Fix

- [Fixed] Improve performance drastically by using drawAtlas as much as possible.

## [0.1.1] - 2023-08-10

### Fix

- [Fixed] Fix logo display 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.1.0
newton_particles: ^0.1.1
```
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.0
version: 0.1.1
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.1.0
newton_particles: ^0.1.1
```
Then, run `flutter pub get` to fetch the package.
Expand Down

0 comments on commit 270eaac

Please sign in to comment.