Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 271c684

Browse files
committed
1.5.0-rc1
1 parent 1f0cec9 commit 271c684

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

bower.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@
2626
"jquery-1.11.3": "jquery#1.11.3",
2727
"jquery-mobile-datepicker-wrapper": "arschmitz/jquery-mobile-datepicker-wrapper#0.1.9",
2828
"jshint": "2.4.0"
29-
}
29+
},
30+
"version": "1.5.0-rc1"
3031
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"name": "jquery-mobile",
33
"title": "jQuery Mobile",
44
"description": "Touch-Optimized Web Framework for Smartphones & Tablets",
5-
"version": "1.5.0-pre",
5+
"version": "1.5.0-rc1",
66
"homepage": "http://jquerymobile.com",
77
"author": {
88
"name": "jQuery Foundation Inc. and other contributors",
9-
"url": "https://github.com/jquery/jquery-mobile/blob/master/AUTHORS.txt"
9+
"url": "https://github.com/jquery/jquery-mobile/blob/1.5.0-rc1/AUTHORS.txt"
1010
},
1111
"repository": {
1212
"type": "git",
@@ -16,7 +16,7 @@
1616
"licenses": [
1717
{
1818
"type": "MIT",
19-
"url": "https://github.com/jquery/jquery-mobile/blob/master/LICENSE.txt"
19+
"url": "https://github.com/jquery/jquery-mobile/blob/1.5.0-rc1/LICENSE.txt"
2020
}
2121
],
2222
"dependencies": {

0 commit comments

Comments
 (0)