From 187deda85834b971381e030519bb1741452567c1 Mon Sep 17 00:00:00 2001 From: Richard Date: Sat, 24 Mar 2018 19:03:45 -0400 Subject: [PATCH] Fix issue with packagist not recognizing release tags --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index bc8e21d..a75e004 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,5 @@ { "name": "level-2/maphper", - "version": "1.0", "description": "A lightweight ORM using the DataMapper pattern, creates database tables on the fly.", "license": "BSD-2-Clause", "homepage": "https://github.com/Level-2/Maphper",