Skip to content

Commit

Permalink
bump version to 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aomran committed Mar 12, 2016
1 parent f7f693d commit 6c7a3e2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
matrix:
fast_finish: true
allow_failures:
- env: EMBER_TRY_SCENARIO=ember-canary
- env: EMBER_TRY_SCENARIO=ember-canary EMBER_TRY_SCENARIO=ember-beta

before_install:
- export PATH=/usr/local/phantomjs-2.0.0/bin:$PATH
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Ember Chart

[![Build Status](https://travis-ci.org/aomra015/ember-cli-chart.svg)](https://travis-ci.org/aomra015/ember-cli-chart)
[![Build Status](https://travis-ci.org/aomran/ember-cli-chart.svg)](https://travis-ci.org/aomran/ember-cli-chart)

This is an Ember CLI addon for adding a [ChartJS](http://www.chartjs.org/) component. This addon is tested on Ember-CLI v1.13.1 and uses the `ember-try` addon to test against Ember release, beta and canary.
This is an Ember CLI addon for adding a [ChartJS](http://www.chartjs.org/) component. This addon is tested on Ember-CLI v1.13.15 and uses the `ember-try` addon to test against Ember v1.13.12 and the latest release.

### Installation

Expand Down Expand Up @@ -40,4 +40,3 @@ In your handlebars template just do:
#### More Resources

* [Screencast on creating bar charts with ember-cli-chart](https://www.emberscreencasts.com/posts/46-bar-charts-with-ember-cli-chart)

17 changes: 0 additions & 17 deletions bower.json.ember-try

This file was deleted.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-chart",
"version": "2.0.5",
"version": "2.0.6",
"description": "Ember component for ChartJS",
"directories": {
"doc": "doc",
Expand All @@ -16,7 +16,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/aomra015/ember-cli-chart.git"
"url": "https://github.com/aomran/ember-cli-chart.git"
},
"keywords": [
"ember-addon",
Expand All @@ -26,9 +26,9 @@
"author": "Ahmed Omran",
"license": "MIT",
"bugs": {
"url": "https://github.com/aomra015/ember-cli-chart/issues"
"url": "https://github.com/aomran/ember-cli-chart/issues"
},
"homepage": "https://github.com/aomra015/ember-cli-chart",
"homepage": "https://github.com/aomran/ember-cli-chart",
"devDependencies": {
"broccoli-asset-rev": "^2.2.0",
"ember-cli": "1.13.15",
Expand Down Expand Up @@ -58,4 +58,4 @@
"ember-addon": {
"configPath": "tests/dummy/config"
}
}
}

0 comments on commit 6c7a3e2

Please sign in to comment.