Skip to content

Commit bc297ed

Browse files
author
Adam Bradley
committed
version bump to 0.9.23-alpha
1 parent e231ba0 commit bc297ed

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

dist/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.9.22
5+
* Ionic, v0.9.23-alpha
66
* A powerful HTML5 mobile app framework.
77
* http://ionicframework.com/
88
*

dist/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.

dist/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.9.22
5+
* Ionic, v0.9.23-alpha
66
* A powerful HTML5 mobile app framework.
77
* http://ionicframework.com/
88
*

dist/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.

dist/js/ionic.js

Lines changed: 3 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.9.22
5+
* Ionic, v0.9.23-alpha
66
* A powerful HTML5 mobile app framework.
77
* http://ionicframework.com/
88
*
@@ -16,7 +16,7 @@
1616
window.ionic = {
1717
controllers: {},
1818
views: {},
19-
version: '0.9.22'
19+
version: '0.9.23-alpha'
2020
};;
2121
(function(ionic) {
2222

@@ -319,7 +319,7 @@ window.ionic = {
319319
* Simple gesture controllers with some common gestures that emit
320320
* gesture events.
321321
*
322-
* Ported from github.com/EightMedia/ionic.Gestures.js - thanks!
322+
* Ported from github.com/EightMedia/hammer.js Gestures - thanks!
323323
*/
324324
(function(ionic) {
325325

dist/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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ionic",
33
"private": false,
4-
"version": "0.9.22",
4+
"version": "0.9.23-alpha",
55
"devDependencies": {
66
"karma": "~0.10",
77
"grunt": "~0.4.1",

0 commit comments

Comments
 (0)