Skip to content

Commit

Permalink
3.2.1 prep
Browse files Browse the repository at this point in the history
  • Loading branch information
nateiler committed Oct 27, 2020
1 parent abc8640 commit 2c068d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Changelog
=========

## Unreleased
## 3.2.1 - 2020-10-27
### Fixed
- PSR-4 autoloading issue w/ Composer v2
- PSR-4 autoloading issue w/ Composer v2 [#18](https://github.com/flipboxfactory/organizations/issues/18)

## 3.2.0 - 2020-07-14
### Changed
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "flipboxfactory/organizations",
"description": "Simple parent + child management",
"version": "3.2.0",
"version": "3.2.1",
"type": "craft-plugin",
"keywords": [
"flipbox",
Expand Down Expand Up @@ -54,8 +54,8 @@
"hasCpSection": true,
"schemaVersion": "1.3.2",
"branch-alias": {
"dev-develop": "3.0.x-dev",
"dev-master": "3.0.x-dev"
"dev-develop": "3.3.x-dev",
"dev-master": "3.2.x-dev"
}
}
}

0 comments on commit 2c068d8

Please sign in to comment.