Skip to content

Commit

Permalink
Updated patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
lfkeitel committed Jul 3, 2015
1 parent 03bd605 commit 499093f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/Dandelion/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 499093f

Please sign in to comment.