From c5cecafeb2846fd1727d34586181f0c532e4c557 Mon Sep 17 00:00:00 2001 From: Alberto Date: Wed, 2 Oct 2013 11:31:48 -0400 Subject: [PATCH] version bump --- bower.json | 2 +- src/app.js | 2 +- src/coffee/app.coffee | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index c876395..0f6b884 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "mathjax-lazyload", - "version": "1.0.1", + "version": "1.0.2", "homepage": "https://github.com/Dashed/mathjax-lazyload", "authors": [ "Alberto " diff --git a/src/app.js b/src/app.js index 02406e5..21913e3 100644 --- a/src/app.js +++ b/src/app.js @@ -2,7 +2,7 @@ define(function(require) { var Singleton, _LazyLoad; _LazyLoad = (function() { - _LazyLoad.prototype.VERSION = '1.0.1'; + _LazyLoad.prototype.VERSION = '1.0.2'; function _LazyLoad(window) { var async, get_this, _watch; diff --git a/src/coffee/app.coffee b/src/coffee/app.coffee index e0ecd1d..4fc2f11 100644 --- a/src/coffee/app.coffee +++ b/src/coffee/app.coffee @@ -2,7 +2,7 @@ define (require) -> class _LazyLoad - VERSION: '1.0.1' + VERSION: '1.0.2' constructor: (window) ->