Skip to content

Commit

Permalink
Merge pull request #45 from val92130/develop
Browse files Browse the repository at this point in the history
2.7.1
  • Loading branch information
Valentin Chatelain authored Oct 5, 2017
2 parents 740d4ab + 82226a1 commit 373d7d5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bot/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Supreme Auto-Checkout bot",
"description": "Supreme Open-Source add to cart bot",
"version": "2.7",
"version": "2.7.1",
"background": {
"scripts": ["background.js"]
},
Expand Down
2 changes: 1 addition & 1 deletion bot/src/app/components/shops/supreme/pages/Sizes.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import * as menus from '../../../../constants/Menus';

class Sizes extends Component {
handleSetAny() {
for (let field of ['accessories', 't-shirts', 'pants', 'shorts', 'sweatshirts', 'tops-sweaters', 'shirts', 'jackets', 'shoes', 'skate']) {
for (let field of ['accessories', 't-shirts', 'pants', 'shorts', 'sweatshirts', 'tops-sweaters', 'shirts', 'jackets', 'shoes', 'skate', 'hats']) {
this.props.changeFieldValue(field, 'Any');
}
}
Expand Down
2 changes: 1 addition & 1 deletion bot/src/app/constants/Utils.js

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

2 changes: 1 addition & 1 deletion bot/src/app/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '2.7';
export default '2.7.1';

0 comments on commit 373d7d5

Please sign in to comment.