Skip to content

Commit b02973e

Browse files
committed
release: v1.2.3 "copenhagen"
1 parent ff4827b commit b02973e

13 files changed

+21
-21
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<a name"1.2.2"></a>
2-
### 1.2.2 "copenhagen" (2016-01-02)
1+
<a name"1.2.3"></a>
2+
### 1.2.3 "copenhagen" (2016-01-02)
33

44

55
#### Bug Fixes

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ionic",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"codename": "copenhagen",
55
"homepage": "https://github.com/driftyco/ionic",
66
"authors": [

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"repo": "driftyco/ionic",
33
"development": {},
4-
"version": "1.2.2",
4+
"version": "1.2.3",
55
"styles": [
66
"dist/css/ionic.css"
77
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ionic-sdk",
33
"private": false,
4-
"version": "1.2.2",
4+
"version": "1.2.3",
55
"codename": "copenhagen",
66
"repository": {
77
"url": "git://github.com/driftyco/ionic.git"

release/css/ionic.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright 2015 Drifty Co.
44
* http://drifty.com/
55
*
6-
* Ionic, v1.2.2
6+
* Ionic, v1.2.3
77
* A powerful HTML5 mobile app framework.
88
* http://ionicframework.com/
99
*

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

release/js/ionic-angular.js

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

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

release/js/ionic.bundle.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Copyright 2015 Drifty Co.
1010
* http://drifty.com/
1111
*
12-
* Ionic, v1.2.2
12+
* Ionic, v1.2.3
1313
* A powerful HTML5 mobile app framework.
1414
* http://ionicframework.com/
1515
*
@@ -25,7 +25,7 @@
2525
// build processes may have already created an ionic obj
2626
window.ionic = window.ionic || {};
2727
window.ionic.views = {};
28-
window.ionic.version = '1.2.2';
28+
window.ionic.version = '1.2.3';
2929

3030
(function (ionic) {
3131

@@ -50344,7 +50344,7 @@ angular.module('ui.router.state')
5034450344
* Copyright 2015 Drifty Co.
5034550345
* http://drifty.com/
5034650346
*
50347-
* Ionic, v1.2.2
50347+
* Ionic, v1.2.3
5034850348
* A powerful HTML5 mobile app framework.
5034950349
* http://ionicframework.com/
5035050350
*

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

0 commit comments

Comments
 (0)