@@ -25,20 +25,20 @@ <h2><a name="latest">Latest Release</a><span class="sectionMark">§ 1</span>
2525
2626< div class ="subSection ">
2727< h4 class ="hbox ">
28- < a name ="requirejs "> require.js 1.0.4 </ a >
28+ < a name ="requirejs "> require.js 1.0.5 </ a >
2929< span class ="boxFlex "> </ span >
30- < a class ="download " href ="http://requirejs.org/docs/release/1.0.4 /minified/require.js "> Minified</ a >
31- < a class ="download " href ="http://requirejs.org/docs/release/1.0.4 /comments/require.js "> With Comments</ a >
30+ < a class ="download " href ="http://requirejs.org/docs/release/1.0.5 /minified/require.js "> Minified</ a >
31+ < a class ="download " href ="http://requirejs.org/docs/release/1.0.5 /comments/require.js "> With Comments</ a >
3232</ h4 >
3333
3434< p > All you need to start using require.js in the browser.</ p >
3535</ div >
3636
3737< div class ="subSection ">
3838< h4 class ="hbox ">
39- < a name ="samplejquery "> Sample RequireJS 1.0.4 + jQuery 1.7.1 project</ a >
39+ < a name ="samplejquery "> Sample RequireJS 1.0.5 + jQuery 1.7.1 project</ a >
4040< span class ="boxFlex "> </ span >
41- < a class ="download " href ="http://requirejs.org/docs/release/jquery-require/jquery1.7.1-requirejs1.0.4 /jquery-require-sample.zip "> Download</ a >
41+ < a class ="download " href ="http://requirejs.org/docs/release/jquery-require/jquery1.7.1-requirejs1.0.5 /jquery-require-sample.zip "> Download</ a >
4242</ h4 >
4343
4444< p > A zip file containing a sample project that uses jQuery and RequireJS.</ p >
@@ -49,7 +49,7 @@ <h4 class="hbox">
4949< h4 class ="hbox ">
5050< a name ="rjs "> r.js: Optimizer and Node and Rhino adapter</ a >
5151< span class ="boxFlex "> </ span >
52- < a class ="download " href ="http://requirejs.org/docs/release/1.0.4 /r.js "> Download</ a >
52+ < a class ="download " href ="http://requirejs.org/docs/release/1.0.5 /r.js "> Download</ a >
5353</ h4 >
5454
5555< p > The r.js file allows you to run the optimizer as well as run modules in Node or Rhino.</ p >
@@ -122,7 +122,16 @@ <h4 class="hbox">
122122< div class ="section ">
123123< h2 > < a name ="releasenotes "> Release Notes</ a > < span class ="sectionMark "> § 3</ span > </ h2 >
124124
125- < h3 id ="1-0-3 "> 1.0.4</ h3 >
125+ < h3 id ="1-0-5 "> 1.0.5</ h3 >
126+
127+ < p > Small bug fixes to:</ p >
128+
129+ < ul >
130+ < li > < a href ="https://github.com/jrburke/requirejs/issues?milestone=8&sort=created&direction=desc&state=closed "> require.js</ a > </ li >
131+ < li > < a href ="https://github.com/jrburke/r.js/issues?sort=created&direction=desc&state=closed&page=1&milestone=6 "> r.js optimizer</ a > </ li >
132+ </ ul >
133+
134+ < h3 id ="1-0-4 "> 1.0.4</ h3 >
126135
127136< p > Small bug fixes to:</ p >
128137
0 commit comments