We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb85b43 commit a8cf389Copy full SHA for a8cf389
2 files changed
.travis.yml
@@ -43,7 +43,7 @@ before_script:
43
- git clone https://github.com/SharpAI/SharpAIPlugins.git
44
script:
45
- cd $TRAVIS_BUILD_DIR/
46
-- meteor build $HOME --debug --server=$API_SERVER_ADDRESS
+- meteor build $HOME --server=$API_SERVER_ADDRESS
47
services:
48
- mongodb
49
before_deploy:
mobile-config.js
@@ -1,6 +1,6 @@
1
App.info({
2
id: 'org.sharpai.everywhere',
3
- version: '3.3.1',
+ version: '3.3.2',
4
name: 'sharpai',
5
description: 'Share everything with everyone',
6
author: 'hotShare Design Team',
0 commit comments