diff --git a/README.md b/README.md index 8b7f858..d3672e1 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ [Link to the Chrome extension](https://chrome.google.com/webstore/detail/rsoccer-goals/oledoejmoabfeenmmacihejabhmbhdan) -#### Latest: v0.0.1.0 (May 11, 2019) -- Added mirrors. -- Added options (only the default sort option for now). -- Previous search query now visible on reopening the extension. +#### Latest: v0.0.1.1 (May 27, 2019) +- Improved the readibility. +- The dates of the posts now take into account the users' timezones. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 8926bf3..c40089f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "r/soccer goals", "short_name": "r/soccer goals", - "version": "0.0.1.0", + "version": "0.0.1.1", "description": "Fetches you the goals uploaded on r/soccer.", "icons": { "16": "./images/icons/icon_16.png",