Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pierr committed Nov 6, 2014
1 parent 79049cc commit 6b3fffa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/app/js/fmk.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* name: focus , version: 0.1.22 description: Klee group framework for SinglePageApplication.*/
(function initialization(container) {var fmk = container.Fmk || {};fmk.name = 'focus';fmk.version = '0.1.22';container.Fmk = fmk;})(typeof module === 'undefined' && typeof window !== 'undefined' ? window : exports);
/* name: focus , version: 0.2.0 description: Klee group framework for SinglePageApplication.*/
(function initialization(container) {var fmk = container.Fmk || {};fmk.name = 'focus';fmk.version = '0.2.0';container.Fmk = fmk;})(typeof module === 'undefined' && typeof window !== 'undefined' ? window : exports);
/*global window, _*/
(function initialization(container) {
var fmk = container.Fmk || {};
Expand Down

0 comments on commit 6b3fffa

Please sign in to comment.