Skip to content

Commit

Permalink
Merge branch 'development' of https://github.com/idinium96/tf2autobot
Browse files Browse the repository at this point in the history
…into development
  • Loading branch information
idinium96 committed Jul 16, 2020
2 parents 4ac0c7f + 99c293b commit 89821d3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tf2autobot",
"version": "1.1.4",
"version": "1.1.7",
"description": "Fully automated TF2 trading bot advertising on www.backpack.tf using prices from www.prices.tf",
"main": "dist/app.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// TODO: Update version for each release
process.env.BOT_VERSION = '1.1.4';
process.env.BOT_VERSION = '1.1.7';

import fs from 'fs';
import path from 'path';
Expand Down

0 comments on commit 89821d3

Please sign in to comment.