Change version to 2.1.1

merge-requests/3/merge
Nato Boram 2021-03-20 14:39:19 -04:00
parent ae97658bc0
commit 6361a6381e
No known key found for this signature in database
GPG Key ID: 478E3C64BF88AFFA
3 changed files with 16 additions and 8 deletions

View File

@ -8,6 +8,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this
### Added ### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
## [2.1.1] - 2021-03-20
### Added
- Added some accessibility tags - Added some accessibility tags
- Added some VSCode settings - 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 to Angular 11
- Updated gateways - Updated gateways
### Deprecated
### Removed
### Fixed ### Fixed
- Corrected the title from "Public IPFS Cacher" to "Public Gateway Cacher". - Corrected the title from "Public IPFS Cacher" to "Public Gateway Cacher".
### Security
## [2.1.0] - 2020-07-10 ## [2.1.0] - 2020-07-10
### Added ### Added

View File

@ -5,7 +5,7 @@
Cache a specific hash on a bunch of public gateways. 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) ![Screenshot](https://bafybeie7txrbzw6ipb62lplnpzsjpz7s4o5q7uufb5rjfelol2cuxeyzye.ipfs.dweb.link/Screenshot_2020-07-09%20Public%20Gateway%20Cacher.png)

View File

@ -1,6 +1,6 @@
{ {
"name": "public-gateway-cacher", "name": "public-gateway-cacher",
"version": "2.1.0", "version": "2.1.1",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve --ssl", "start": "ng serve --ssl",