Skip to content

Commit

Permalink
Bumps Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Step7750 committed Apr 12, 2020
1 parent 4b488e5 commit 33ee424
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/trade_offer.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const showWarning = function () {
const detected = document.createElement('div');
detected.style.paddingLeft = '45px';
detected.style.color = 'darkgrey';
detected.innerText = `Some of the items in the offer were not purchased from you on CSGOFloat (or you're logged into the wrong account)`;
detected.innerText = `Some of the items in the offer were not purchased from you on CSGOFloat Market (or you're logged into the wrong account)`;
content.appendChild(detected);

const tradeArea = document.querySelector('.trade_area');
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "CSGOFloat Market Checker",
"short_name": "CSGOFloat",
"version": "2.3.1",
"version": "2.3.2",
"description": "Dedicated API for fetching the float value, paint seed, and screenshots of CS:GO items on the Steam Market",
"icons": {
"16": "icons/16.png",
Expand Down

0 comments on commit 33ee424

Please sign in to comment.