Skip to content

Commit

Permalink
Added app version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
obujor committed May 19, 2017
1 parent 5896a50 commit 84919c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "LIME",
"version": "2.1.0",
"requires": [
"ext-theme-lime",

Expand Down
2 changes: 1 addition & 1 deletion packages/lime-core/src/view/MainToolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Ext.define('LIME.view.MainToolbar', {
margin : '0 10',
width: 27,
height: 27,
title: 'LIME build DateTime '+Ext.manifest.buildDatetime
title: 'LIME '+ Ext.manifest.version +' build DateTime '+Ext.manifest.buildDatetime
}, {
xtype : 'fileMenuButton'
},{
Expand Down

0 comments on commit 84919c0

Please sign in to comment.