Skip to content

Commit

Permalink
Update version number for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mesuva committed Nov 21, 2023
1 parent be37602 commit 70771aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Controller extends Package implements ProviderAggregateInterface
{
protected $pkgHandle = 'community_store';
protected $appVersionRequired = '8.5';
protected $pkgVersion = '2.6.2-alpha1';
protected $pkgVersion = '2.6.2';

This comment has been minimized.

Copy link
@mlocati

mlocati Dec 3, 2023

Contributor

@Mesuva could you update the package version accordingly to point 6. of https://github.com/concretecms-community-store/community_store/blob/master/MAINTAINERS.md ?


protected $npmPackages = [
'sysend' => '1.3.4',
Expand Down

0 comments on commit 70771aa

Please sign in to comment.