Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit f29d7a4

Browse files
committed
chore(release): update ionic to v0.9.26
1 parent a91fdae commit f29d7a4

File tree

9 files changed

+21
-19
lines changed

9 files changed

+21
-19
lines changed

www/lib/css/ionic.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright 2014 Drifty Co.
33
* http://drifty.com/
44
*
5-
* Ionic, v0.10.0-alpha
5+
* Ionic, v0.9.26
66
* A powerful HTML5 mobile app framework.
77
* http://ionicframework.com/
88
*

www/lib/css/ionic.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

www/lib/js/ionic-angular.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright 2014 Drifty Co.
33
* http://drifty.com/
44
*
5-
* Ionic, v0.10.0-alpha
5+
* Ionic, v0.9.26
66
* A powerful HTML5 mobile app framework.
77
* http://ionicframework.com/
88
*

www/lib/js/ionic-angular.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

www/lib/js/ionic.bundle.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Copyright 2014 Drifty Co.
99
* http://drifty.com/
1010
*
11-
* Ionic, v0.10.0-alpha
11+
* Ionic, v0.9.26
1212
* A powerful HTML5 mobile app framework.
1313
* http://ionicframework.com/
1414
*
@@ -19,11 +19,12 @@
1919
*/
2020
;
2121

22-
// Create namespaces
22+
// Create namespaces
23+
//
2324
window.ionic = {
2425
controllers: {},
2526
views: {},
26-
version: '0.10.0-alpha'
27+
version: '0.9.26'
2728
};
2829
;
2930
(function(ionic) {
@@ -31666,7 +31667,7 @@ angular.module('ui.router.compat')
3166631667
* Copyright 2014 Drifty Co.
3166731668
* http://drifty.com/
3166831669
*
31669-
* Ionic, v0.10.0-alpha
31670+
* Ionic, v0.9.26
3167031671
* A powerful HTML5 mobile app framework.
3167131672
* http://ionicframework.com/
3167231673
*

www/lib/js/ionic.bundle.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

www/lib/js/ionic.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright 2014 Drifty Co.
33
* http://drifty.com/
44
*
5-
* Ionic, v0.10.0-alpha
5+
* Ionic, v0.9.26
66
* A powerful HTML5 mobile app framework.
77
* http://ionicframework.com/
88
*
@@ -13,11 +13,12 @@
1313
*/
1414
;
1515

16-
// Create namespaces
16+
// Create namespaces
17+
//
1718
window.ionic = {
1819
controllers: {},
1920
views: {},
20-
version: '0.10.0-alpha'
21+
version: '0.9.26'
2122
};
2223
;
2324
(function(ionic) {

www/lib/js/ionic.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

www/lib/version.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "0.10.0-alpha",
3-
"codename": "salamander",
2+
"version": "0.9.26",
3+
"codename": "rabbit",
44
"date": "2014-02-26",
5-
"time": "19:46:53"
5+
"time": "20:6:3"
66
}

0 commit comments

Comments
 (0)