How to clear the mobile-config.js cache?

Hi there,

When I modify the App.info() in mobile-config.js, and run the command “ rm -rf .meteor/local/cordova-build/ && meteor build ../build --server localhost:3000 ”.
The config.xml is not changed.

I want to change the version & build number.

App.info({

..................................

version: '0.5.1',

buildNumber: '0.0.7'

});

Meteor 1.7.0.5

Thank you.

Sorry, It’s my fault.
Wrong dir, it’s work !