Skip to content

Commit

Permalink
Release v2.0.1 patch
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Fedurtsya <[email protected]>
  • Loading branch information
Sieg committed Oct 23, 2024
1 parent cd598ae commit 2d68c9d
Show file tree
Hide file tree
Showing 3 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/).

## [2.0.1] - Unreleased
## [2.0.1] - 2024-10-23

### Fixed
- Fixed empty error box for errorous add folder and rename folder actions
Expand Down
2 changes: 1 addition & 1 deletion metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
'en' => '',
],
'thumbnail' => 'logo.png',
'version' => '2.0.0',
'version' => '2.0.1',
'author' => 'OXID eSales AG & digidesk - media solutions',
'url' => 'https://www.oxid-esales.com',
'email' => '[email protected]',
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MediaLibrary",
"version": "1.0.0",
"version": "2.0.1",
"description": "",
"main": "Gruntfile.js",
"repository": {
Expand All @@ -23,4 +23,4 @@
"scripts": {
"start": "grunt"
}
}
}

0 comments on commit 2d68c9d

Please sign in to comment.