Skip to content

Commit

Permalink
Bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
dilirity committed Oct 27, 2023
1 parent ce08218 commit 76e34d9
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.9",
"version": "0.0.10",
"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.9';
export const version = '0.0.10';

0 comments on commit 76e34d9

Please sign in to comment.