Skip to content

Commit

Permalink
Prepare v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tguerin committed Aug 10, 2023
1 parent 270eaac commit 00c3d90
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,9 @@
### Fix

- [Fixed] Fix logo display on pub.dev.

## [0.1.2] - 2023-08-10

### Fix

- [Fixed] Use raw.github for logo display.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/>
</picture>

[![Newton logo](#gh-light-mode-only)](https://github.com/tguerin/newton/blob/main/graphics/newton-light.png#gh-light-mode-only)
[![Newton logo](https://raw.github.com/tguerin/newton/main/graphics/newton-light.png#gh-light-mode-only)](https://github.com/tguerin/newton/blob/main/graphics/newton-light.png#gh-light-mode-only)

<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/license-MIT-purple.svg" alt="License: MIT"></a>

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

0 comments on commit 00c3d90

Please sign in to comment.