Skip to content

Commit

Permalink
Release 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
steevanb committed Sep 11, 2021
1 parent b274ff1 commit f4b99b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Version](https://img.shields.io/badge/version-3.3.0-blueviolet.svg)](https://github.com/steevanb/php-typed-array/tree/3.3.0)
[![Version](https://img.shields.io/badge/version-3.3.1-blueviolet.svg)](https://github.com/steevanb/php-typed-array/tree/3.3.1)
[![PHP](https://img.shields.io/badge/php-^7.1||^8.0-blue.svg)](https://php.net)
![Lines](https://img.shields.io/badge/code%20lines-4,338-blue.svg)
![Lines](https://img.shields.io/badge/code%20lines-4,362-blue.svg)
![Downloads](https://poser.pugx.org/steevanb/php-typed-array/downloads)
![GitHub workflow status](https://img.shields.io/github/workflow/status/steevanb/php-typed-array/CI)
![Coverage](https://img.shields.io/badge/coverage-96%25-success.svg)
Expand All @@ -16,7 +16,7 @@ With `php-typed-array`, you can type your array values. How ? Cause now you will
## Installation

```
composer require steevanb/php-typed-array ^3.2
composer require steevanb/php-typed-array ^3.3
```

## Typed array available
Expand Down
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
### master

### [3.3.1](../../compare/3.3.0...3.3.1) - 2021-09-11

- Fix `composer require` version in `README.md` in GitHub Actions workflow `Release`

### [3.3.0](../../compare/3.2.0...3.3.0) - 2021-09-11
Expand Down

0 comments on commit f4b99b2

Please sign in to comment.