Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Commit

Permalink
Bumping version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
NoxHarmonium committed Oct 21, 2014
1 parent f0c7f20 commit 8438fc4
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": "moussaka-client",
"version": "0.1.5",
"version": "0.1.6",
"authors": [
"Sean Dawson <contact@seandawson.info>"
],
Expand Down
2 changes: 1 addition & 1 deletion dist/moussaka-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@
return;
}

_.each(updates, function (update, key) {
_.forIn(updates, function (update, key) {
var values = update.values;
var variable = this.registeredVars[key];
var type = variable.schema.type;
Expand Down
2 changes: 1 addition & 1 deletion dist/moussaka-client.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moussaka-client",
"version": "0.1.5",
"version": "0.1.6",
"description": "A javascript library that allows you to use javascript applications with the Moussaka prototyping framework.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8438fc4

Please sign in to comment.