Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dotherightthing committed Aug 5, 2021
1 parent 0e1a8bd commit 029c79a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
* [366b6eb] Lint JS
* [5655c4b] Make default cypress test case more usable
* [a91f458] Fix support URL
* [0e1a8bd] Fix plugin name format in JS
2 changes: 1 addition & 1 deletion generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = class extends Generator {
// Some defaults are also generated from these values
// - see writing()

const version = '0.9.4';
const version = '0.9.5';
const folderName = process.cwd().split(path.sep).pop();
const folderNameFunctionSafe = S(folderName).replaceAll('-', '_').s;
this.dtrt = false;
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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,7 +1,7 @@
{
"private": true,
"name": "generator-wpdtrt-plugin-boilerplate",
"version": "0.9.4",
"version": "0.9.5",
"description": "Generate a best-practice boilerplate for WordPress plugin development.",
"keywords": [
"wordpress",
Expand Down

0 comments on commit 029c79a

Please sign in to comment.