Skip to content

Commit

Permalink
ci: increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
wuda-io committed Dec 23, 2024
1 parent ccbd676 commit 0f32ac5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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
Expand Up @@ -3,7 +3,7 @@
"description": "The responsive front-end library based on Material Design from Google.",
"author": "The Materialize Team",
"homepage": "https://materializeweb.com",
"version": "2.1.1",
"version": "2.2.0",
"style": "dist/css/materialize.css",
"sass": "sass/materialize.scss",
"typings": "dist/js/materialize.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export { Tooltip } from './tooltip';
export { Waves } from './waves';
export { Range } from './range';

export const version = '2.1.1';
export const version = '2.2.0';

export const Grid = (children: any = '') => {
return `<div class="row">${children}</row>`;
Expand Down

0 comments on commit 0f32ac5

Please sign in to comment.