Skip to content

Commit

Permalink
remove version from composer.json
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitrii Prisacari <prisacari.dmitrii@gmail.com>
  • Loading branch information
icamys committed Mar 27, 2022
1 parent 96cb98e commit 8d7837a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "icamys/php-sitemap-generator",
"version": "4.3.10",
"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 composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.10";
private $classVersion = "4.3.11";
/**
* Search engines URLs
* @var array of strings
Expand Down

0 comments on commit 8d7837a

Please sign in to comment.