Skip to content

Commit 765bc62

Browse files
Merge branch 'hotfix/readme-github-version-number'
2 parents 81409df + a90bbb8 commit 765bc62

File tree

6 files changed

+13
-6
lines changed

6 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9+
## [1.3.6] - 2022.04.27
10+
11+
### Fixed
12+
- Fixed README.md Github version number.
13+
- Updated year in Copyright lines.
14+
- Updated email address in package.json
15+
916
## [1.3.5] - 2020.06.19
1017

1118
### Updated

LICENSE-MIT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2020 Matthew Rath
1+
Copyright (c) 2022 Matthew Rath
22

33
Permission is hereby granted, free of charge, to any person
44
obtaining a copy of this software and associated documentation

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[![NPM version](http://img.shields.io/npm/v/grunt-cache-killer.svg?label=grunt-cache-killer&logo=npm)](https://www.npmjs.com/package/grunt-cache-killer?activeTab=versions) ![Maintained](https://img.shields.io/static/v1.svg?label=maintained&message=yes&color=informational&logo=npm) ![NPN downloads](http://img.shields.io/npm/dt/grunt-cache-killer.svg?logo=npm)
66

7-
[![GitHub version](https://img.shields.io/github/package-json/v/custom-dev-tools/grunt-cache-killer.svg?label=grunt-cache-killer&logo=github)](https://github.com/custom-dev-tools/grunt-cache-killer/releases) [![GitHub License](https://img.shields.io/github/license/custom-dev-tools/grunt-cache-killer.svg?color=informational&logo=github)](https://github.com/custom-dev-tools/grunt-cache-killer/blob/master/LICENSE-MIT) ![GitHub release date](https://img.shields.io/github/release-date/custom-dev-tools/grunt-cache-killer.svg?logo=github) [![GitHub open issues](https://img.shields.io/github/issues-raw/custom-dev-tools/grunt-cache-killer.svg?logo=github)](https://github.com/custom-dev-tools/grunt-cache-killer/milestones?state=open) [![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/custom-dev-tools/grunt-cache-killer.svg?logo=github)](https://github.com/custom-dev-tools/grunt-cache-killer/milestones?state=closed)
7+
[![GitHub version](https://img.shields.io/github/v/tag/custom-dev-tools/grunt-cache-killer.svg?label=grunt-cache-killer&logo=github&sort=semver)](https://github.com/custom-dev-tools/grunt-cache-killer/releases) [![GitHub License](https://img.shields.io/github/license/custom-dev-tools/grunt-cache-killer.svg?color=informational&logo=github)](https://github.com/custom-dev-tools/grunt-cache-killer/blob/master/LICENSE-MIT) ![GitHub release date](https://img.shields.io/github/release-date/custom-dev-tools/grunt-cache-killer.svg?logo=github) [![GitHub open issues](https://img.shields.io/github/issues-raw/custom-dev-tools/grunt-cache-killer.svg?logo=github)](https://github.com/custom-dev-tools/grunt-cache-killer/milestones?state=open) [![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/custom-dev-tools/grunt-cache-killer.svg?logo=github)](https://github.com/custom-dev-tools/grunt-cache-killer/milestones?state=closed)
88

99
---
1010

build/gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* grunt-cache-killer
33
* https://github.com/custom-dev-tools/grunt-cache-killer
44
*
5-
* Copyright (c) 2020 Matthew Rath
5+
* Copyright (c) 2022 Matthew Rath
66
* Licensed under the MIT license.
77
*/
88

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "grunt-cache-killer",
33
"description": "Kill your asset cache file problems by updating their filenames and any references to them.",
4-
"version": "1.3.5",
4+
"version": "1.3.6",
55
"homepage": "https://github.com/custom-dev-tools/grunt-cache-killer",
66
"author": {
77
"name": "Matthew Rath",
8-
"email": "matthew.rath@qclean.com.au"
8+
"email": "matt@customdevtools.com"
99
},
1010
"repository": {
1111
"type": "git",

tasks/cacheKiller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* grunt-cache-killer
33
* https://github.com/custom-dev-tools/grunt-cache-killer
44
*
5-
* Copyright (c) 2020 Matthew Rath
5+
* Copyright (c) 2022 Matthew Rath
66
* Licensed under the MIT license.
77
*/
88

0 commit comments

Comments
 (0)