Skip to content

Commit

Permalink
v0.9.20, ALPHA LYNX!
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Bradley committed Jan 15, 2014
1 parent 45ad4ac commit bbdfb1d
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

## 0.9.20-alpha (active pre-release)
## 0.9.20 "Alpha Lynx" (2014-01-14)
- Improved transitions between views
- Fixed hide-nav-bar/hide-back-button view attributes
- Removed title attributes from DOM
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ionic",
"version": "0.9.20-alpha",
"version": "0.9.20",
"homepage": "https://github.com/driftyco/ionic",
"authors": [
"Max Lynch <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"repo": "driftyco/ionic",
"development": {},
"version": "0.9.20-alpha",
"version": "0.9.20",
"styles": [
"dist/css/ionic.css"
],
Expand Down
2 changes: 1 addition & 1 deletion dist/css/ionic.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Copyright 2014 Drifty Co.
* http://drifty.com/
*
* Ionic, v0.9.20-alpha
* Ionic, v0.9.20
* A powerful HTML5 mobile app framework.
* http://ionicframework.com/
*
Expand Down
2 changes: 1 addition & 1 deletion dist/css/ionic.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/ionic-angular.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Copyright 2014 Drifty Co.
* http://drifty.com/
*
* Ionic, v0.9.20-alpha
* Ionic, v0.9.20
* A powerful HTML5 mobile app framework.
* http://ionicframework.com/
*
Expand Down
2 changes: 1 addition & 1 deletion dist/js/ionic-angular.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/js/ionic.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Copyright 2014 Drifty Co.
* http://drifty.com/
*
* Ionic, v0.9.20-alpha
* Ionic, v0.9.20
* A powerful HTML5 mobile app framework.
* http://ionicframework.com/
*
Expand All @@ -16,7 +16,7 @@
window.ionic = {
controllers: {},
views: {},
version: '0.9.20-alpha'
version: '0.9.20'
};;
(function(ionic) {

Expand Down
4 changes: 2 additions & 2 deletions dist/js/ionic.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ionic",
"private": false,
"version": "0.9.20-alpha",
"version": "0.9.20",
"devDependencies": {
"karma": "~0.10",
"grunt": "~0.4.1",
Expand Down

0 comments on commit bbdfb1d

Please sign in to comment.