Skip to content

Commit

Permalink
Prepare release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pboivin committed Aug 1, 2022
1 parent 6da7571 commit 84bf11a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release Notes

## [unreleased](https://github.com/pboivin/flou/compare/v1.0.0-beta...main) -
## [v1.0.0](https://github.com/pboivin/flou/compare/v1.0.0-beta...v1.0.0) - 2022-08-01

#### Added

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ Flou is a PHP package integrating the [Glide (PHP)](https://github.com/thephplea

**Demo project:**

See the [`flou-jigsaw-demo`](https://github.com/pboivin/flou-jigsaw-demo) repository for an example project integrating Flou with the [Jigsaw](https://github.com/tighten/jigsaw) PHP static site generator.
See the [flou-jigsaw-demo](https://github.com/pboivin/flou-jigsaw-demo) repository for an example project integrating Flou with the [Jigsaw](https://github.com/tighten/jigsaw) PHP static site generator.


## Installing

The package can be installed via Composer:

```
composer require pboivin/flou:v1.0.0-beta
composer require pboivin/flou
```

This also installs Glide as a Composer dependency.
Expand Down

0 comments on commit 84bf11a

Please sign in to comment.