Skip to content

Commit

Permalink
Merge pull request #3 from GrapesJS/up-gjs-22.1
Browse files Browse the repository at this point in the history
Up gjs demo version 0.22.1
  • Loading branch information
artf authored Oct 21, 2024
2 parents c76b875 + af70f59 commit 758c5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(demos)/utils.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const isDev = process.env.NODE_ENV !== "production";
export const GRAPESJS_VERSION = "0.21.13";
export const GRAPESJS_VERSION = "0.22.1";
const gjsTag = isDev ? "rc" : GRAPESJS_VERSION;
export const GRAPESJS_SCRIPT = `https://unpkg.com/grapesjs@${gjsTag}`;
export const GRAPESJS_STYLE = `https://unpkg.com/grapesjs@${gjsTag}/dist/css/grapes.min.css`;
Expand Down

0 comments on commit 758c5fa

Please sign in to comment.