Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
Fixes #39.

Breaking Changes
------

- `on` is now `onLabel` (`defaultOn` config is now `defaultOnLabel`)
- `off` is now `offLabel` (`defaultOff` config is now `defaultOffLabel`)
  • Loading branch information
Ilya Radchenko committed Feb 29, 2016
1 parent 68ac25e commit 5836981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-toggle",
"version": "0.6.1",
"version": "1.0.0",
"description": "Checkbox based toggle switch component for Ember.js",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit 5836981

Please sign in to comment.