From c3b492719a49694212ee2271a02e8cb9506b55f3 Mon Sep 17 00:00:00 2001 From: Bill Schaller Date: Wed, 22 Apr 2015 13:02:38 -0400 Subject: [PATCH] Version 1.0! --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fcc584a..ea9f602 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,7 @@ { "name": "table/flip", "description": "(╯°□°)╯︵┻━┻", + "version": "1.0.0", "minimum-stability": "stable", "license": "MIT", "authors": [ @@ -15,4 +16,4 @@ "autoload": { "files": ["lib/flip.php"] } -} \ No newline at end of file +}