Skip to content

Commit

Permalink
update version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rniemeyer committed May 17, 2014
1 parent 2564464 commit 33cb6f7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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-amd-helpers",
"version": "0.6.3",
"version": "0.7.0",
"main": "build/knockout-amd-helpers.min.js",
"ignore": [
"examples",
Expand Down
2 changes: 1 addition & 1 deletion build/knockout-amd-helpers.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// knockout-amd-helpers 0.6.3 | (c) 2014 Ryan Niemeyer | http://www.opensource.org/licenses/mit-license
// knockout-amd-helpers 0.7.0 | (c) 2014 Ryan Niemeyer | http://www.opensource.org/licenses/mit-license
define(["knockout"], function(ko) {

//helper functions to support the binding and template engine (whole lib is wrapped in an IIFE)
Expand Down
2 changes: 1 addition & 1 deletion build/knockout-amd-helpers.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-amd-helpers",
"version": "0.6.3",
"version": "0.7.0",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.0",
Expand Down

0 comments on commit 33cb6f7

Please sign in to comment.