From 5a5f2ba5654c31ba4be5e64eb14851b5c7dc692e Mon Sep 17 00:00:00 2001 From: Stepan Fedorko-Bartos Date: Wed, 24 Apr 2019 23:37:11 -0600 Subject: [PATCH] Bumps Version --- README.md | 4 ++++ manifest.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d067e852..92db707a 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,10 @@ In order to bypass CSP, the extension uses page event listeners to communicate w ## Changelog +v2.1.1 + +* Fixes Wear Range Extraction (fixes `percentile` and `percentileRange` functions) + v2.1.0 * Automatically loads floats/paintseeds at a glance in your inventory diff --git a/manifest.json b/manifest.json index 07acc645..e9be64eb 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "CSGOFloat Market Checker", "short_name": "CSGOFloat", - "version": "2.1.0", + "version": "2.1.1", "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",