Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark George committed Dec 15, 2023
1 parent 1897c7b commit 56adf5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jetpack-boost-critical-css-gen",
"main": "./lib/index.js",
"description": "Critical CSS Generator capable of running in-browser (iframes) or on server-side (NodeJS + playwright). Built for use with Jetpack Boost.",
"version": "0.0.10",
"version": "0.0.11",
"license": "GPL-2.0-or-later",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ export { generateCriticalCSS } from './generate-critical-css';

export * from './errors';

export const version = '0.0.10';
export const version = '0.0.11';

0 comments on commit 56adf5a

Please sign in to comment.