Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Bitter authored and Fabian Bitter committed Aug 30, 2023
1 parent 425b341 commit 4a2ff7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ module.exports = function (grunt) {
{src: ['src/**'], dest: "dist/"},
{src: ['views/**'], dest: "dist/"},
{src: ['languages/**'], dest: "dist/"},
{src: ['install.xml'], dest: "dist/"},
{src: ['icon.png'], dest: "dist/"},
{src: ['CHANGELOG'], dest: "dist/"}
]
Expand Down
2 changes: 1 addition & 1 deletion controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
class Controller extends Package
{
protected $pkgHandle = 'app_icon';
protected $pkgVersion = '2.7.0';
protected $pkgVersion = '2.7.1';
protected $appVersionRequired = '9.0.0';
protected $pkgAutoloaderRegistries = [
'src/Bitter/AppIcon' => 'Bitter\AppIcon',
Expand Down

0 comments on commit 4a2ff7f

Please sign in to comment.