Skip to content

Commit

Permalink
Fixed core version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Eemeli Kelokorpi committed Feb 27, 2014
1 parent 27db86a commit e82e239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if(typeof(global) !== 'undefined') return;
@class Core
**/
var core = {
version: '1.1.0',
version: '1.1.1',
config: window.pandaConfig || {
sourceFolder: 'src'
},
Expand Down

0 comments on commit e82e239

Please sign in to comment.