Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beradrian committed Sep 21, 2015
1 parent 051ae3c commit 7fa9a98
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "checklist-model",
"version": "0.5.0",
"version": "0.6.0",
"description": "AngularJS directive for list of checkboxes",
"author": "https://github.com/vitalets",
"license": "MIT",
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# v0.6.0

- Moving away from 0.5.0 to fix some versioning issues
- License file added
- Changelog added
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "checklist-model",
"description": "AngularJS directive for list of checkboxes",
"license": "MIT",
"version": "0.5.0",
"version": "0.6.0",
"homepage": "http://vitalets.github.io/checklist-model",
"author": {
"name": "Vitaliy Potapov",
Expand Down

0 comments on commit 7fa9a98

Please sign in to comment.