Skip to content

Commit 3a6e35d

Browse files
committed
Updated references from RC2 to RC3 for release
1 parent cf521ea commit 3a6e35d

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

docs/_assets/images/version.png

9 Bytes
Loading

docs/pages/multipage-template.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<title>Multi-page template</title>
8-
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0rc2/jquery.mobile-1.0rc2.min.css" />
8+
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0rc3/jquery.mobile-1.0rc3.min.css" />
99
<script src="http://code.jquery.com/jquery-1.6.4.min.js"></script>
10-
<script src="http://code.jquery.com/mobile/1.0rc2/jquery.mobile-1.0rc2.min.js"></script>
10+
<script src="http://code.jquery.com/mobile/1.0rc3/jquery.mobile-1.0rc3.min.js"></script>
1111
</head>
1212

1313

docs/pages/page-anatomy.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ <h2>Mobile page structure</h2>
3838

3939
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1&quot;&gt;
4040

41-
&lt;link rel=&quot;stylesheet&quot; href=&quot;http://code.jquery.com/mobile/1.0rc2/jquery.mobile-1.0rc2.min.css&quot; /&gt;
41+
&lt;link rel=&quot;stylesheet&quot; href=&quot;http://code.jquery.com/mobile/1.0rc3/jquery.mobile-1.0rc3.min.css&quot; /&gt;
4242
&lt;script type=&quot;text/javascript&quot; src=&quot;http://code.jquery.com/jquery-1.6.4.min.js&quot;&gt;&lt;/script&gt;
43-
&lt;script type=&quot;text/javascript&quot; src=&quot;http://code.jquery.com/mobile/1.0rc2/jquery.mobile-1.0rc2.min.js&quot;&gt;&lt;/script&gt;
43+
&lt;script type=&quot;text/javascript&quot; src=&quot;http://code.jquery.com/mobile/1.0rc3/jquery.mobile-1.0rc3.min.js&quot;&gt;&lt;/script&gt;
4444
&lt;/head&gt;
4545

4646
&lt;body&gt;
@@ -90,9 +90,9 @@ <h2>Putting it together: Basic single page template</h2>
9090

9191
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1&quot;&gt;
9292

93-
&lt;link rel=&quot;stylesheet&quot; href=&quot;http://code.jquery.com/mobile/1.0rc2/jquery.mobile-1.0rc2.min.css&quot; /&gt;
93+
&lt;link rel=&quot;stylesheet&quot; href=&quot;http://code.jquery.com/mobile/1.0rc3/jquery.mobile-1.0rc3.min.css&quot; /&gt;
9494
&lt;script type=&quot;text/javascript&quot; src=&quot;http://code.jquery.com/jquery-1.6.4.min.js&quot;&gt;&lt;/script&gt;
95-
&lt;script type=&quot;text/javascript&quot; src=&quot;http://code.jquery.com/mobile/1.0rc2/jquery.mobile-1.0rc2.min.js&quot;&gt;&lt;/script&gt;
95+
&lt;script type=&quot;text/javascript&quot; src=&quot;http://code.jquery.com/mobile/1.0rc3/jquery.mobile-1.0rc3.min.js&quot;&gt;&lt;/script&gt;
9696
&lt;/head&gt;
9797
&lt;body&gt;
9898

docs/pages/page-template.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<title>Single page template</title>
8-
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0rc2/jquery.mobile-1.0rc2.min.css" />
8+
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0rc3/jquery.mobile-1.0rc3.min.css" />
99
<script src="http://code.jquery.com/jquery-1.6.4.min.js"></script>
10-
<script src="http://code.jquery.com/mobile/1.0rc2/jquery.mobile-1.0rc2.min.js"></script>
10+
<script src="http://code.jquery.com/mobile/1.0rc3/jquery.mobile-1.0rc3.min.js"></script>
1111
</head>
1212

1313
<body>

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0rc2
1+
1.0rc3

0 commit comments

Comments
 (0)