1
0
mirror of https://github.com/pattern-lab/patternlab-php.git synced 2025-01-29 11:59:16 +01:00

updating the version number to v0.7.7

This commit is contained in:
Dave Olsen 2014-02-25 08:36:23 -05:00
parent 72da7d3316
commit ed608bef76
6 changed files with 7 additions and 7 deletions

View File

@ -3,7 +3,7 @@
* If config.ini doesn't exist Pattern Lab will try to create a new version
*/
v = "0.7.6"
v = "0.7.7"
// file extensions to ignore when building or watching the source dir, separate with a comma
ie = "scss,DS_Store,less"
@ -28,4 +28,4 @@ ishControlsHide = ""
patternStates = "inprogress,inreview,complete"
// the pattern types that shouldn't be included in the style guide
styleGuideExcludes = "";
styleGuideExcludes = ""

View File

@ -1,7 +1,7 @@
<?php
/*!
* Pattern Lab Builder Class - v0.7.6
* Pattern Lab Builder Class - v0.7.7
*
* Copyright (c) 2013-2014 Dave Olsen, http://dmolsen.com
* Licensed under the MIT license

View File

@ -1,7 +1,7 @@
<?php
/*!
* Pattern Lab Configurer Class - v0.7.6
* Pattern Lab Configurer Class - v0.7.7
*
* Copyright (c) 2014 Dave Olsen, http://dmolsen.com
* Licensed under the MIT license

View File

@ -1,7 +1,7 @@
<?php
/*!
* Pattern Lab Generator Class - v0.7.6
* Pattern Lab Generator Class - v0.7.7
*
* Copyright (c) 2013-2014 Dave Olsen, http://dmolsen.com
* Licensed under the MIT license

View File

@ -1,7 +1,7 @@
<?php
/*!
* Pattern Lab Migrator Class - v0.7.6
* Pattern Lab Migrator Class - v0.7.7
*
* Copyright (c) 2014 Dave Olsen, http://dmolsen.com
* Licensed under the MIT license

View File

@ -1,7 +1,7 @@
<?php
/*!
* Pattern Lab Watcher Class - v0.7.6
* Pattern Lab Watcher Class - v0.7.7
*
* Copyright (c) 2013-2014 Dave Olsen, http://dmolsen.com
* Licensed under the MIT license