-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bumping versions and docs for 0.4.5 for PR #119
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"projectName": "shifter - blazingly fast yui builder", | ||
"version": "0.4.4", | ||
"version": "0.4.5", | ||
"yuiSeedUrl": "http://yui.yahooapis.com/3.6.0/build/yui/yui.js" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ <h1><img src="http://yuilibrary.com/img/yui-logo.png"> shifter - blazingly fast | |
<div class="yui3-g"> | ||
<div class="yui3-u-3-4"> | ||
<div id="main"> | ||
<div class="content"><h2 id="welcome-to-shifter-044">welcome to shifter 0.4.4!</h2> | ||
<div class="content"><h2 id="welcome-to-shifter-045">welcome to shifter 0.4.5!</h2> | ||
|
||
<div class="intro"> | ||
<center> | ||
|
@@ -51,7 +51,7 @@ <h2 id="help">command line arguments</h2> | |
|
||
<pre class="code terminal"><span class="noselect">$ </span>shifter -h | ||
|
||
blazingly fast builds with [email protected].4 | ||
blazingly fast builds with [email protected].5 | ||
|
||
pass no arguments and shifter will build the module from the current directory | ||
|
||
|
@@ -530,7 +530,7 @@ <h2 class="no-toc">Table of Contents</h2> | |
<div class="bd"> | ||
<ul class="toc"> | ||
<li> | ||
<a href="#welcome-to-shifter-044">welcome to shifter 0.4.4!</a> | ||
<a href="#welcome-to-shifter-045">welcome to shifter 0.4.5!</a> | ||
</li> | ||
<li> | ||
<a href="#what">what is shifter?</a> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "shifter", | ||
"description": "New YUI build tool based on Gearjs, so let's shift some gears", | ||
"author": "Dav Glass <[email protected]>", | ||
"version": "0.4.4", | ||
"version": "0.4.5", | ||
"dependencies": { | ||
"progress": "~0.1.0", | ||
"ansi-color": "*", | ||
|