Skip to content

Commit

Permalink
version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed May 18, 2024
1 parent 61958d5 commit f8e3212
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,10 +1,10 @@
# Changelog

## 3.0.0-beta.1 - 2024-03-04
## 3.0.0 - 2024-05-18

### Changed
- Now requires PHP `8.2.0+`.
- Now requires Craft `5.0.0-beta.1+`.
- Now requires Craft `5.0.0+`.

## 2.0.9 - 2024-03-04

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "verbb/workflow",
"description": "Enforce multi-step review processes for creating entries.",
"type": "craft-plugin",
"version": "3.0.0-beta.1",
"version": "3.0.0",
"keywords": [
"craft",
"cms",
Expand All @@ -26,9 +26,9 @@
],
"require": {
"php": "^8.2",
"craftcms/cms": "^5.0.0-beta.1",
"craftcms/cms": "^5.0.0",
"diff/diff": "^3.3",
"verbb/base": "^3.0.0-beta.1"
"verbb/base": "^3.0.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f8e3212

Please sign in to comment.