Skip to content

Commit

Permalink
Release 5.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ttempleton committed Feb 4, 2024
1 parent a81ac45 commit e712f46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
## 5.0.0-alpha.1 - 2024-02-04

### Added
- Added Craft 5 compatibility
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"name": "spicyweb/craft-odds-and-ends",
"description": "A collection of useful tools for Craft CMS websites",
"type": "craft-plugin",
"version": "4.3.1",
"version": "5.0.0-alpha.1",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin"
],
"support": {
"docs": "https://github.com/spicywebau/craft-odds-and-ends/blob/master/README.md",
"docs": "https://github.com/spicywebau/craft-odds-and-ends/blob/5.0.0-alpha.1/README.md",
"issues": "https://github.com/spicywebau/craft-odds-and-ends/issues"
},
"license": "MIT",
Expand All @@ -35,7 +35,7 @@
"schemaVersion": "4.3.1",
"hasCpSettings": false,
"hasCpSection": false,
"changelogUrl": "https://raw.githubusercontent.com/spicywebau/craft-odds-and-ends/master/CHANGELOG.md",
"changelogUrl": "https://github.com/spicywebau/craft-odds-and-ends/blob/5.x/CHANGELOG.md",
"class": "spicyweb\\oddsandends\\Tools"
},
"minimum-stability": "dev",
Expand Down

0 comments on commit e712f46

Please sign in to comment.