version bump to 0.9.23-alpha

This commit is contained in:
Adam Bradley
2014-01-30 12:28:45 -06:00
parent e231ba0ed5
commit bc297ed49c
7 changed files with 10 additions and 10 deletions

2
dist/css/ionic.css vendored
View File

@@ -2,7 +2,7 @@
* Copyright 2014 Drifty Co.
* http://drifty.com/
*
* Ionic, v0.9.22
* Ionic, v0.9.23-alpha
* A powerful HTML5 mobile app framework.
* http://ionicframework.com/
*

View File

@@ -2,7 +2,7 @@
* Copyright 2014 Drifty Co.
* http://drifty.com/
*
* Ionic, v0.9.22
* Ionic, v0.9.23-alpha
* A powerful HTML5 mobile app framework.
* http://ionicframework.com/
*

View File

@@ -2,7 +2,7 @@
* Copyright 2014 Drifty Co.
* http://drifty.com/
*
* Ionic, v0.9.22
* Ionic, v0.9.23-alpha
* A powerful HTML5 mobile app framework.
* http://ionicframework.com/
*

View File

@@ -2,7 +2,7 @@
* Copyright 2014 Drifty Co.
* http://drifty.com/
*
* Ionic, v0.9.22
* Ionic, v0.9.23-alpha
* A powerful HTML5 mobile app framework.
* http://ionicframework.com/
*

6
dist/js/ionic.js vendored
View File

@@ -2,7 +2,7 @@
* Copyright 2014 Drifty Co.
* http://drifty.com/
*
* Ionic, v0.9.22
* Ionic, v0.9.23-alpha
* A powerful HTML5 mobile app framework.
* http://ionicframework.com/
*
@@ -16,7 +16,7 @@
window.ionic = {
controllers: {},
views: {},
version: '0.9.22'
version: '0.9.23-alpha'
};;
(function(ionic) {
@@ -319,7 +319,7 @@ window.ionic = {
* Simple gesture controllers with some common gestures that emit
* gesture events.
*
* Ported from github.com/EightMedia/ionic.Gestures.js - thanks!
* Ported from github.com/EightMedia/hammer.js Gestures - thanks!
*/
(function(ionic) {

View File

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{
"name": "ionic",
"private": false,
"version": "0.9.22",
"version": "0.9.23-alpha",
"devDependencies": {
"karma": "~0.10",
"grunt": "~0.4.1",