Skip to content

Commit

Permalink
Update installation language date on version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
HLeithner committed Aug 12, 2021
1 parent b00c232 commit e4670bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/bump.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function usage($command)
'/language/en-GB/install.xml',
'/administrator/language/en-GB/langmetadata.xml',
'/administrator/language/en-GB/install.xml',
'/installation/language/en-GB/en-GB.xml',
'/installation/language/en-GB/langmetadata.xml',
'/api/language/en-GB/langmetadata.xml'
);

Expand Down
2 changes: 1 addition & 1 deletion installation/language/en-GB/langmetadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<metafile client="installation">
<name>English (United Kingdom)</name>
<version>4.0.0</version>
<creationDate>October 2019</creationDate>
<creationDate>August 2021</creationDate>
<author>Joomla! Project</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
Expand Down
2 changes: 1 addition & 1 deletion installation/language/en-US/langmetadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<metafile client="installation">
<name>English (United States)</name>
<version>4.0.0</version>
<creationDate>October 2019</creationDate>
<creationDate>August 2021</creationDate>
<author>Joomla! Project</author>
<copyright>(C) 2008 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
Expand Down

0 comments on commit e4670bf

Please sign in to comment.