Skip to content

Commit bbdfb1d

Browse files
author
Adam Bradley
committed
v0.9.20, ALPHA LYNX!
1 parent 45ad4ac commit bbdfb1d

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
## 0.9.20-alpha (active pre-release)
2+
## 0.9.20 "Alpha Lynx" (2014-01-14)
33
- Improved transitions between views
44
- Fixed hide-nav-bar/hide-back-button view attributes
55
- Removed title attributes from DOM

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": "0.9.20-alpha",
3+
"version": "0.9.20",
44
"homepage": "https://github.com/driftyco/ionic",
55
"authors": [
66
"Max Lynch <[email protected]>",

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": "0.9.20-alpha",
4+
"version": "0.9.20",
55
"styles": [
66
"dist/css/ionic.css"
77
],

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.20-alpha
5+
* Ionic, v0.9.20
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.20-alpha
5+
* Ionic, v0.9.20
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: 2 additions & 2 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.20-alpha
5+
* Ionic, v0.9.20
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.20-alpha'
19+
version: '0.9.20'
2020
};;
2121
(function(ionic) {
2222

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.20-alpha",
4+
"version": "0.9.20",
55
"devDependencies": {
66
"karma": "~0.10",
77
"grunt": "~0.4.1",

0 commit comments

Comments
 (0)