Skip to content

Commit

Permalink
release v7.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasrw committed Oct 24, 2021
1 parent a8e6bae commit fdc897c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/rexreplace.cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
var path = require('path');
var globs = require('globs');
var now = new Date();
var version = '7.0.5';
var version = '7.0.6';
function engine(config) {
if ( config === void 0 ) config = { engine: 'V8' };

Expand Down
4 changes: 2 additions & 2 deletions bin/rexreplace.cli.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rexreplace",
"version": "7.0.5",
"version": "7.0.6",
"description": "Smoothly search & replace in files from CLI.",
"author": "Mathias Rangel Wulff",
"funding": {
Expand Down

0 comments on commit fdc897c

Please sign in to comment.