Skip to content

Commit

Permalink
Merge pull request manuelkiessling#16 from joshuajabbour/version-bump
Browse files Browse the repository at this point in the history
Node and formidable version bumps in all language versions
  • Loading branch information
manuelkiessling committed Feb 27, 2012
2 parents 829d0ed + 8b6421b commit 3140fae
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion index-es.html
Expand Up @@ -149,7 +149,7 @@ <h3>Status</h3>
</p>
<p>
Las muestras de código de este libro están probadas para
funcionar con la versión 0.4.8. de Node.js.
funcionar con la versión 0.6.11 de Node.js.
</p>

<h3>Audiencia Objetivo</h3>
Expand Down
4 changes: 2 additions & 2 deletions index-kr.html
Expand Up @@ -155,7 +155,7 @@ <h3>상태</h3>
</p>

<p>
이 책에 있는 코드 예제들은 Node.js 0.4.9에서 동작하는지
이 책에 있는 코드 예제들은 Node.js 0.6.11에서 동작하는지
테스트 되었습니다.
</p>

Expand Down Expand Up @@ -2791,7 +2791,7 @@ <h4>파일 업로드 처리하기</h4>
만약 아래와 같이 출력된다면
</p>
<pre class="prettyprint lang-bash"><span class="pln">npm info build </span><span class="typ">Success</span><span
class="pun">:</span><span class="pln"> formidable@1</span><span class="pun">.</span><span class="lit">0.2</span><span
class="pun">:</span><span class="pln"> formidable@1</span><span class="pun">.</span><span class="lit">0.9</span><span
class="pln"><br>npm ok</span></pre>

<p>
Expand Down
4 changes: 2 additions & 2 deletions index-zh-cn.html
Expand Up @@ -141,7 +141,7 @@ <h3>状态</h3>
</p>

<p>
本书中的代码案例都在Node.js 0.4.9版本中测试过,可以正确工作。
本书中的代码案例都在Node.js 0.6.11版本中测试过,可以正确工作。
</p>

<a name="intended-audience"></a>
Expand Down Expand Up @@ -2036,7 +2036,7 @@ <h4>处理文件上传</h4>
如果终端输出如下内容:
</p>
<pre class="prettyprint lang-bash"><span class="pln">npm info build </span><span class="typ">Success</span><span
class="pun">:</span><span class="pln"> formidable@1</span><span class="pun">.</span><span class="lit">0.2</span><span
class="pun">:</span><span class="pln"> formidable@1</span><span class="pun">.</span><span class="lit">0.9</span><span
class="pln"><br>npm ok</span></pre>

<p>
Expand Down
4 changes: 2 additions & 2 deletions index-zh-tw.html
Expand Up @@ -143,7 +143,7 @@ <h3>狀態</h3>
</p>

<p>
本書中的代碼案例都在Node.js 0.4.9版本中測試過,可以正確工作。
本書中的代碼案例都在Node.js 0.6.11版本中測試過,可以正確工作。
</p>

<a name="intended-audience"></a>
Expand Down Expand Up @@ -2038,7 +2038,7 @@ <h4>處理檔案上傳</h4>
如果終端輸出如下內容:
</p>
<pre class="prettyprint lang-bash"><span class="pln">npm info build </span><span class="typ">Success</span><span
class="pun">:</span><span class="pln"> formidable@1</span><span class="pun">.</span><span class="lit">0.2</span><span
class="pun">:</span><span class="pln"> formidable@1</span><span class="pun">.</span><span class="lit">0.9</span><span
class="pln"><br>npm ok</span></pre>

<p>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -179,7 +179,7 @@ <h3>Status</h3>

<p>
The code samples in this book are tested to work with Node.js
version 0.6.10.
version 0.6.11.
</p>

<a name="intended-audience"></a>
Expand Down Expand Up @@ -2967,7 +2967,7 @@ <h4>Handling file uploads</h4>
on our command line. If the following output ends with
</p>
<pre class="prettyprint lang-bash"><span class="pln">npm info build </span><span class="typ">Success</span><span
class="pun">:</span><span class="pln"> formidable@1</span><span class="pun">.</span><span class="lit">0.2</span><span
class="pun">:</span><span class="pln"> formidable@1</span><span class="pun">.</span><span class="lit">0.9</span><span
class="pln"><br>npm ok</span></pre>

<p>
Expand Down

0 comments on commit 3140fae

Please sign in to comment.