diff --git a/README.md b/README.md index 8c7bfb8..79feb37 100644 --- a/README.md +++ b/README.md @@ -99,3 +99,11 @@ As of v2.1.0, **pulse** requires [loeb](https://github.com/okvdai/loeb) - Polish. (Northstar isn't translated into Polish, but the game supports it.) - Locking the Stats tab, avoiding situations where you could click too fast and see no stats. Also prevents the game from showing stats when the API is unreachable. + +
+ pulse v2.1.0 + + - Changed endpoint + - Lots of bug fixes + - Uses new experimental loeb library +
diff --git a/manifest.json b/manifest.json index d01615b..4522522 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Pulse", "description": "Adds stats (collected by the Tone API) back to the Stats tab.", - "version_number": "2.0.0", + "version_number": "2.1.0", "website_url": "https://github.com/ToneAPI/pulse", "dependencies": ["Okudai-loeb-1.0.0"] }