Skip to content

Commit

Permalink
Bump version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
solderzzc committed Nov 19, 2020
1 parent 0269906 commit a7e3605
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mobile-config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
App.info({
id: 'org.sharpai.everywhere',
version: '2.0.2',
version: '3.0.0',
name: 'sharpai',
description: 'Share everything with everyone',
author: 'hotShare Design Team',
Expand All @@ -19,6 +19,7 @@ App.setPreference('StatusBarStyle','lightcontent');
App.setPreference('AutoHideSplashScreen', false);
App.setPreference('AndroidPersistentFileLocation','Internal');
App.setPreference('iosPersistentFileLocation','Library');
App.setPreference('ScrollEnabled', true);
App.accessRule('*');
App.accessRule('http://*');
App.accessRule('https://*');
Expand Down

0 comments on commit a7e3605

Please sign in to comment.