Skip to content

Commit

Permalink
update version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rniemeyer committed May 23, 2014
1 parent 39f4a42 commit d42e048
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "knockout-kendo",
"version": "0.8.0",
"version": "0.8.1",
"main": "build/knockout-kendo.min.js",
"dependencies": {
"knockout": ">= 2.0"
Expand Down
9 changes: 7 additions & 2 deletions build/knockout-kendo.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* knockout-kendo 0.8.0
* knockout-kendo 0.8.1
* Copyright © 2013 Ryan Niemeyer & Telerik
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -680,7 +680,8 @@ createBinding({
parent: "kendoPanelBar",
watch: {
enabled: ENABLE,
expanded: [EXPAND, COLLAPSE]
expanded: [EXPAND, COLLAPSE],
selected: [SELECT]
},
childProp: "item",
events: {
Expand All @@ -691,6 +692,10 @@ createBinding({
collapse: {
writeTo: EXPANDED,
value: false
},
select: {
writeTo: SELECTED,
value: VALUE
}
},
async: true
Expand Down
4 changes: 2 additions & 2 deletions build/knockout-kendo.min.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "knockout-kendo",
"version": "0.8.0",
"version": "0.8.1",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-uglify": "0.x.x",
Expand Down

0 comments on commit d42e048

Please sign in to comment.