Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Timoshenkov committed Dec 14, 2015
1 parent b0aac8b commit 4a9b816
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "t1gor/robots-txt-parser",
"description": "Php class to parse robots.txt rules according to Google & Yandex specifications.",
"version": "0.0.3",
"version": "0.0.4",
"keywords": ["robots.txt", "parser", "Yandex", "Google"],
"homepage": "https://github.com/t1gor/Robots.txt-Parser-Class",
"type": "library",
Expand All @@ -24,10 +24,5 @@
],
"autoload": {
"classmap": [ "source/robotstxtparser.php" ]
},
"extra": {
"branch-alias": {
"dev-master": "v0.0.1-dev"
}
}
}

0 comments on commit 4a9b816

Please sign in to comment.