Skip to content

Commit

Permalink
v0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rniemeyer committed Mar 24, 2016
1 parent c9d4fa5 commit 4d56dc9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Kendo UI Labs projects are experimental and largely built and supported by the c
knockout-kendo was designed to work with Kendo UI and Knockout.js. The project depends on the following libraries:

- [jQuery](http://www.jquery.com) v1.9.1
- [Kendo UI](http://www.kendoui.com) v2014.2.716
- [Knockout](http://www.knockoutjs.com) v3.2
- [Kendo UI](http://www.kendoui.com) v2015.3.1111
- [Knockout](http://www.knockoutjs.com) v3.4

knockout-kendo has not been tested against any other versions of these libraries. You may find that versions other than these are compatible with [Project Name], but we make no claims to support those version, nor can we troubleshoot issues that arise when using those versions.

Expand All @@ -34,7 +34,7 @@ Download the plugin from here or grab the latest build from the source. Referenc

<script src="js/jquery.min.js"></script>
<script src="js/kendo.all.min.js"></script>
<script src="js/knockout-3.2.0.js"></script>
<script src="js/knockout-3.4.0.js"></script>
<script src="js/knockout-kendo.min.js"></script>

Note: It is fine to reference Kendo UI scripts for individual widgets rather than all widgets (kendo.all.min.js), as this plugin will only create bindings for available widgets.
Expand Down
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.9.5",
"version": "0.9.7",
"main": "build/knockout-kendo.min.js",
"dependencies": {
"knockout": ">= 2.0"
Expand Down
2 changes: 1 addition & 1 deletion build/knockout-kendo.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* knockout-kendo 0.9.6
* knockout-kendo 0.9.7
* Copyright © 2015 Ryan Niemeyer & Telerik
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion 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.9.6",
"version": "0.9.7",
"homepage": "http://kendo-labs.github.com/knockout-kendo/",
"author": "Ryan Niemeyer",
"repository": {
Expand Down

0 comments on commit 4d56dc9

Please sign in to comment.