From 8368de270aa05c0285d6542f4a7796de6a3c60a0 Mon Sep 17 00:00:00 2001 From: Toni Suomalainen Date: Wed, 13 Sep 2017 14:34:21 +0300 Subject: [PATCH 1/2] added version number --- src/Luna.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Luna.php b/src/Luna.php index 6c631c9..2db053a 100644 --- a/src/Luna.php +++ b/src/Luna.php @@ -7,6 +7,8 @@ class Luna { + public static $version = '1.0.0'; + public static function commands() { return [ From da1c2d25cfc464d449e35d387b64793f5361c8d7 Mon Sep 17 00:00:00 2001 From: Toni Suomalainen Date: Wed, 13 Sep 2017 14:34:38 +0300 Subject: [PATCH 2/2] removed version number --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 1b7bb22..5a857bb 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,6 @@ { "name": "suomato/luna", "description": "Command-line interface for Base Camp theme", - "version": "0.1.0", "license": "MIT", "type": "library", "minimum-stability": "stable",