diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a17199..92533fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this ### Added +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + +## [2.1.1] - 2021-03-20 + +### Added + - Added some accessibility tags - Added some VSCode settings @@ -16,16 +30,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this - Updated to Angular 11 - Updated gateways -### Deprecated - -### Removed - ### Fixed - Corrected the title from "Public IPFS Cacher" to "Public Gateway Cacher". -### Security - ## [2.1.0] - 2020-07-10 ### Added diff --git a/README.md b/README.md index 29ef232..3842362 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Cache a specific hash on a bunch of public gateways. -You can view this website on [GitLab Pages](https://natoboram.gitlab.io/public-gateway-cacher) and [IPFS](https://bafybeiagzg6lcrzuwb7pdxhs4bc7iiexriaxy2kx5fogdaemnqg4oiydl4.ipfs.dweb.link). +You can view this website on [GitLab Pages](https://natoboram.gitlab.io/public-gateway-cacher) and [IPFS](https://bafybeib43z6e5yuywjclls72rvipygoteyi3yeyxwewxi7yd5txypxprpa.ipfs.dweb.link). ![Screenshot](https://bafybeie7txrbzw6ipb62lplnpzsjpz7s4o5q7uufb5rjfelol2cuxeyzye.ipfs.dweb.link/Screenshot_2020-07-09%20Public%20Gateway%20Cacher.png) diff --git a/package.json b/package.json index 386927d..9393a2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "public-gateway-cacher", - "version": "2.1.0", + "version": "2.1.1", "scripts": { "ng": "ng", "start": "ng serve --ssl",