Skip to content

Commit

Permalink
Version 0.4.2 bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
outaTiME committed Apr 3, 2013
1 parent c3f6a20 commit e1d9439
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# grunt-replace [![Build Status](https://secure.travis-ci.org/outaTiME/grunt-replace.png?branch=master)](http://travis-ci.org/outaTiME/grunt-replace)

> Replace inline patterns with custom variables.
> Replace inline patterns with variables.


Expand Down Expand Up @@ -186,6 +186,7 @@ replace: {

## Release History

* 2013-04-02   v0.4.2   Add peerDependencies and update description.
* 2013-04-02   v0.4.1   Add trace when force flag.
* 2013-02-28   v0.4.0   First official release for Grunt 0.4.0.
* 2012-11-20   v0.3.2   New examples added.
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-replace",
"version": "0.4.1",
"description": "Grunt task to replace inline patterns with custom variables.",
"version": "0.4.2",
"description": "Replace inline patterns with variables.",
"homepage": "http://github.com/outaTiME/grunt-replace",
"author": {
"name": "outaTiME",
Expand Down Expand Up @@ -36,6 +36,9 @@
"grunt-contrib-jshint": "~0.2.0",
"grunt-contrib-nodeunit": "~0.1.2"
},
"peerDependencies": {
"grunt": "~0.4.0"
},
"keywords": [
"gruntplugin"
]
Expand Down
2 changes: 1 addition & 1 deletion tasks/replace.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = function (grunt) {

var path = require('path');

grunt.registerMultiTask('replace', 'Replace inline patterns with defined variables.', function () {
grunt.registerMultiTask('replace', 'Replace inline patterns with variables.', function () {

var
options = this.options({
Expand Down

0 comments on commit e1d9439

Please sign in to comment.