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

Commit 8b7116d

Browse files
committed
bumping the version number to 0.3.1
1 parent ced74c8 commit 8b7116d

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

Diff for: CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
THIS CHANGELOG IS AN ATTEMPT TO DOCUMENT CHANGES TO THIS PROJECT.
22

3+
PL-v0.3.1
4+
- FIX: made sure the command scripts work in directories that contain spaces
5+
- THX: thanks to @mattsims for the heads up
6+
37
PL-v0.3.0
48
- ADD: added "all" link to the nav that takes the user back to the style guide
59
- ADD: title tag updates when switching patterns

Diff for: builder/builder.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*!
4-
* Pattern Lab Builder CLI - v0.3.0
4+
* Pattern Lab Builder CLI - v0.3.1
55
*
66
* Copyright (c) 2013 Dave Olsen, http://dmolsen.com
77
* Licensed under the MIT license

Diff for: builder/lib/builder.lib.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*!
4-
* Pattern Lab Builder Class - v0.3.0
4+
* Pattern Lab Builder Class - v0.3.1
55
*
66
* Copyright (c) 2013 Dave Olsen, http://dmolsen.com
77
* Licensed under the MIT license

Diff for: builder/lib/generator.lib.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*!
4-
* Pattern Lab Generator Class - v0.3.0
4+
* Pattern Lab Generator Class - v0.3.1
55
*
66
* Copyright (c) 2013 Dave Olsen, http://dmolsen.com
77
* Licensed under the MIT license

Diff for: builder/lib/watcher.lib.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*!
4-
* Pattern Lab Watcher Class - v0.3.0
4+
* Pattern Lab Watcher Class - v0.3.1
55
*
66
* Copyright (c) 2013 Dave Olsen, http://dmolsen.com
77
* Licensed under the MIT license

0 commit comments

Comments
 (0)