diff --git a/docs/pages/docs-pages.html b/docs/pages/docs-pages.html index e23b5191d3d..c05807fe5a2 100755 --- a/docs/pages/docs-pages.html +++ b/docs/pages/docs-pages.html @@ -33,9 +33,9 @@

Mobile page structure

<html> <head> <title>Page Title</title> - <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a4/jquery.mobile-1.0a4.min.css" /> + <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a4.1/jquery.mobile-1.0a4.1.min.css" /> <script type="text/javascript" src="http://code.jquery.com/jquery-1.5.2.min.js"></script> - <script type="text/javascript" src="http://code.jquery.com/mobile/1.0a4/jquery.mobile-1.0a4.min.js"></script> + <script type="text/javascript" src="http://code.jquery.com/mobile/1.0a4.1/jquery.mobile-1.0a4.1.min.js"></script> </head> <body> @@ -75,9 +75,9 @@

Complete single page template

<html> <head> <title>Page Title</title> - <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a4/jquery.mobile-1.0a4.min.css" /> + <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a4.1/jquery.mobile-1.0a4.1.min.css" /> <script type="text/javascript" src="http://code.jquery.com/jquery-1.5.2.min.js"></script> - <script type="text/javascript" src="http://code.jquery.com/mobile/1.0a4/jquery.mobile-1.0a4.min.js"></script> + <script type="text/javascript" src="http://code.jquery.com/mobile/1.0a4.1/jquery.mobile-1.0a4.1.min.js"></script> </head> <body> diff --git a/version.txt b/version.txt index a17355a9352..26e1dae0999 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0beta-pre \ No newline at end of file +1.0a4.1 \ No newline at end of file