Skip to content

Commit 6c7a3e2

Browse files
committed
bump version to 2.0.6
1 parent f7f693d commit 6c7a3e2

File tree

4 files changed

+8
-26
lines changed

4 files changed

+8
-26
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
matrix:
1919
fast_finish: true
2020
allow_failures:
21-
- env: EMBER_TRY_SCENARIO=ember-canary
21+
- env: EMBER_TRY_SCENARIO=ember-canary EMBER_TRY_SCENARIO=ember-beta
2222

2323
before_install:
2424
- export PATH=/usr/local/phantomjs-2.0.0/bin:$PATH

Diff for: README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Ember Chart
22

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

5-
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.
5+
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.
66

77
### Installation
88

@@ -40,4 +40,3 @@ In your handlebars template just do:
4040
#### More Resources
4141

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

Diff for: bower.json.ember-try

-17
This file was deleted.

Diff for: package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-chart",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
44
"description": "Ember component for ChartJS",
55
"directories": {
66
"doc": "doc",
@@ -16,7 +16,7 @@
1616
},
1717
"repository": {
1818
"type": "git",
19-
"url": "https://github.com/aomra015/ember-cli-chart.git"
19+
"url": "https://github.com/aomran/ember-cli-chart.git"
2020
},
2121
"keywords": [
2222
"ember-addon",
@@ -26,9 +26,9 @@
2626
"author": "Ahmed Omran",
2727
"license": "MIT",
2828
"bugs": {
29-
"url": "https://github.com/aomra015/ember-cli-chart/issues"
29+
"url": "https://github.com/aomran/ember-cli-chart/issues"
3030
},
31-
"homepage": "https://github.com/aomra015/ember-cli-chart",
31+
"homepage": "https://github.com/aomran/ember-cli-chart",
3232
"devDependencies": {
3333
"broccoli-asset-rev": "^2.2.0",
3434
"ember-cli": "1.13.15",
@@ -58,4 +58,4 @@
5858
"ember-addon": {
5959
"configPath": "tests/dummy/config"
6060
}
61-
}
61+
}

0 commit comments

Comments
 (0)