Skip to content

Commit

Permalink
Ensuring newest minerva with hit testing fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
BSick7 committed Oct 13, 2015
1 parent b61b0ff commit e72d944
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fayde",
"version": "0.19.0",
"version": "0.19.1",
"main": "dist/fayde.js",
"homepage": "http://fayde.wsick.com",
"authors": [
Expand All @@ -19,7 +19,7 @@
"Gruntfile.js"
],
"dependencies": {
"minerva": "~0.7.0",
"minerva": "~0.7.1",
"nullstone": "~0.4.3",
"requirejs": "~2.1.15",
"requirejs-text": "~2.0.12",
Expand Down
2 changes: 1 addition & 1 deletion dist/fayde.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var Fayde;
(function (Fayde) {
Fayde.version = '0.19.0';
Fayde.version = '0.19.1';
})(Fayde || (Fayde = {}));
if (!Function.prototype.bind) {
Function.prototype.bind = function (oThis) {
Expand Down
2 changes: 1 addition & 1 deletion dist/fayde.js.map

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": "fayde",
"version": "0.19.0",
"version": "0.19.1",
"description": "Cross-platform/cross-browser XAML framework",
"main": "Gruntfile.js",
"directories": {
Expand Down

0 comments on commit e72d944

Please sign in to comment.