From 499093fe3a59ef29e607c6e229d6d4178762f2f4 Mon Sep 17 00:00:00 2001 From: Lee Keitel Date: Fri, 3 Jul 2015 16:23:00 -0500 Subject: [PATCH] Updated patch version --- app/Dandelion/Application.php | 2 +- composer.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Dandelion/Application.php b/app/Dandelion/Application.php index fc99676..3b6861d 100644 --- a/app/Dandelion/Application.php +++ b/app/Dandelion/Application.php @@ -33,7 +33,7 @@ */ class Application { - const VERSION = '6.0.0'; + const VERSION = '6.0.2'; const VER_NAME = 'Phoenix'; /** @var array Paths for app, public, and root */ diff --git a/composer.json b/composer.json index 1fc6eac..6ab6994 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "onesimus-systems/dandelion", "description": "Web based log journal", - "version": "6.0.0", + "version": "6.0.2", "type": "package", "license": "GPL-3.0+", "homepage": "http://onesimussystems.com/dandelion", diff --git a/package.json b/package.json index b01dd38..5267857 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Dandelion-Log", "description": "Web-based journal", - "version": "6.0.0", + "version": "6.0.2", "devDependencies": { "gulp": "~3.8.10", "gulp-less": "~3.0.1",