diff --git a/README.md b/README.md
index 6c0f3d0..4f37fe2 100644
--- a/README.md
+++ b/README.md
@@ -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.
@@ -34,7 +34,7 @@ Download the plugin from here or grab the latest build from the source. Referenc
-
+
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.
diff --git a/bower.json b/bower.json
index 4e6768d..49be133 100644
--- a/bower.json
+++ b/bower.json
@@ -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"
diff --git a/build/knockout-kendo.js b/build/knockout-kendo.js
index a5ccdef..72bd4c8 100644
--- a/build/knockout-kendo.js
+++ b/build/knockout-kendo.js
@@ -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");
diff --git a/build/knockout-kendo.min.js b/build/knockout-kendo.min.js
index 45f4432..504083b 100644
--- a/build/knockout-kendo.min.js
+++ b/build/knockout-kendo.min.js
@@ -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");
diff --git a/package.json b/package.json
index b0a0beb..662b314 100644
--- a/package.json
+++ b/package.json
@@ -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": {