Skip to content

Commit

Permalink
Bumped Fomobot Module Version & Fixed Native Version Mismatches
Browse files Browse the repository at this point in the history
  • Loading branch information
schwindy committed Apr 16, 2020
1 parent 4b62858 commit 84bd55d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/fomo-native/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions apps/fomo-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"dependencies": {
"@babel/core": "^7.1.2",
"@fomobro/default-redis": "^1.0.13",
"@fomobro/fomobot": "^1.0.16",
"@fomobro/talib-fomo": "^1.0.15",
"@fomobro/fomobot": "latest",
"@fomobro/talib-fomo": "latest",
"@slack/client": "^5.0.1",
"@vue/babel-preset-app": "^3.9.2",
"animate.css": "^3.7.0",
Expand Down
4 changes: 2 additions & 2 deletions modules/fomobot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fomobro/fomobot",
"version": "1.0.18",
"version": "1.0.19",
"scripts": {
"npm": "npm i",
"node version": "node --version",
Expand All @@ -9,7 +9,7 @@
"dependencies": {
"@babel/core": "^7.1.2",
"@fomobro/loggerdog-client": "^1.0.13",
"@fomobro/talib-fomo": "^1.0.13",
"@fomobro/talib-fomo": "latest",
"@slack/client": "^5.0.1",
"async": "^3.0.1",
"babel-loader": "^8.0.4",
Expand Down

0 comments on commit 84bd55d

Please sign in to comment.