Skip to content

Commit

Permalink
Version 1.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Schaller committed Apr 22, 2015
1 parent 28156da commit c3b4927
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "table/flip",
"description": "(╯°□°)╯︵┻━┻",
"version": "1.0.0",

This comment has been minimized.

Copy link
@stof

stof Apr 22, 2015

you don't need to set the version explicitly on release. It is even recommended to avoid it (it does not add any benefit, but it increases the lieklyhood of mistakes when forgetting to update it for next versions)

"minimum-stability": "stable",
"license": "MIT",
"authors": [
Expand All @@ -15,4 +16,4 @@
"autoload": {
"files": ["lib/flip.php"]
}
}
}

0 comments on commit c3b4927

Please sign in to comment.