Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rniemeyer committed Apr 9, 2020
1 parent 07f6120 commit 1eabac4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 1.0.0 | (c) 2020 Ryan Niemeyer | http://www.opensource.org/licenses/mit-license
// knockout-amd-helpers 1.1.0 | (c) 2020 Ryan Niemeyer | http://www.opensource.org/licenses/mit-license
define(["knockout", "require"], function(ko, require) {

//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": "1.0.0",
"version": "1.1.0",
"author": "Ryan Niemeyer",
"homepage": "https://github.com/rniemeyer/knockout-sortable",
"description": "Makes Knockout and AMD modules work better together",
Expand Down

0 comments on commit 1eabac4

Please sign in to comment.