Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
updating the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
dmolsen committed Mar 21, 2014
1 parent af5f2ce commit fd9ed08
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion core/builder.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*!
* Pattern Lab Builder CLI - v0.7.10
* Pattern Lab Builder CLI - v0.7.11
*
* Copyright (c) 2013-2014 Dave Olsen, http://dmolsen.com
* Licensed under the MIT license
Expand Down
2 changes: 1 addition & 1 deletion core/config/config.ini.default
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* If config.ini doesn't exist Pattern Lab will try to create a new version
*/

v = "0.7.10"
v = "0.7.11"

// file extensions to ignore when building or watching the source dir, separate with a comma
ie = "scss,DS_Store,less"
Expand Down
2 changes: 1 addition & 1 deletion core/lib/PatternLab/Builder.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*!
* Pattern Lab Builder Class - v0.7.10
* Pattern Lab Builder Class - v0.7.11
*
* Copyright (c) 2013-2014 Dave Olsen, http://dmolsen.com
* Licensed under the MIT license
Expand Down
2 changes: 1 addition & 1 deletion core/lib/PatternLab/Configurer.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*!
* Pattern Lab Configurer Class - v0.7.10
* Pattern Lab Configurer Class - v0.7.11
*
* Copyright (c) 2014 Dave Olsen, http://dmolsen.com
* Licensed under the MIT license
Expand Down
2 changes: 1 addition & 1 deletion core/lib/PatternLab/Console.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*!
* Pattern Lab Console Class - v0.7.10
* Pattern Lab Console Class - v0.7.11
*
* Copyright (c) 2014 Dave Olsen, http://dmolsen.com
* Licensed under the MIT license
Expand Down
2 changes: 1 addition & 1 deletion core/lib/PatternLab/Generator.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*!
* Pattern Lab Generator Class - v0.7.10
* Pattern Lab Generator Class - v0.7.11
*
* Copyright (c) 2013-2014 Dave Olsen, http://dmolsen.com
* Licensed under the MIT license
Expand Down
2 changes: 1 addition & 1 deletion core/lib/PatternLab/Migrator.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*!
* Pattern Lab Migrator Class - v0.7.10
* Pattern Lab Migrator Class - v0.7.11
*
* Copyright (c) 2014 Dave Olsen http://dmolsen.com
* Licensed under the MIT license
Expand Down
2 changes: 1 addition & 1 deletion core/lib/PatternLab/Watcher.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*!
* Pattern Lab Watcher Class - v0.7.10
* Pattern Lab Watcher Class - v0.7.11
*
* Copyright (c) 2013-2014 Dave Olsen, http://dmolsen.com
* Licensed under the MIT license
Expand Down

0 comments on commit fd9ed08

Please sign in to comment.