Skip to content

Commit

Permalink
bumped up version
Browse files Browse the repository at this point in the history
  • Loading branch information
icamys committed Jan 13, 2021
1 parent d54992d commit e7799ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "icamys/php-sitemap-generator",
"version": "4.3.0",
"version": "4.3.1",
"description": "Simple PHP sitemap generator.",
"keywords": ["php", "sitemap", "generator", "psr-1", "psr-2", "psr-4"],
"homepage": "https://github.com/icamys/php-sitemap-generator",
Expand Down
2 changes: 1 addition & 1 deletion src/SitemapGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class SitemapGenerator
* @var string
* @access private
*/
private $classVersion = "4.3.0";
private $classVersion = "4.3.1";
/**
* Search engines URLs
* @var array of strings
Expand Down

0 comments on commit e7799ab

Please sign in to comment.